SNMP.CommunityCredential (snmp_ex v0.7.0)

Summary

Types

@type t() :: %SNMP.CommunityCredential{
  community: [byte()],
  sec_model: :v1 | :v2c,
  version: :v1 | :v2
}