SNMP.CommunityCredential (snmp_ex v0.4.2)

Link to this section Summary

Link to this section Types

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