See
For detailed description on mapping of ASN.1
type to IDL types including all primitive types, see
| SNMPv2 | IDL |
|---|---|
| Integer32 | typedef long Integer32; |
| IpAddress | typedef sequence<octet, 4> IpAddressType; |
| Counter32 | typedef unsigned long Counter32Type; |
| Gauge32 | typedef unsigned long Gauge32Type; |
| TimeTicks | typedef unsigned long TimeTicksType; |
| Opaque | typedef sequence<octet> OpaqueType; |
| NsapAddress | typedef ASN1_OctetString NsapAddressType; |
| Counter64 | typedef long Counter64Type [2]; |
| UInteger32 | typedef unsigned long UInteger32Type; |
| Contents | Next section | Index |