Method | Description | |
---|---|---|
ToSnmpDatagram ( this |
Converts the Asn.1 encoded byte array to SNMP Datagram.
|
|
ToSnmpEncodedByteArray ( this snmpPacket ) : byte[] |
To Asn.1/Snmp Encoded byte array.
|
Method | Description | |
---|---|---|
NextValueLength ( this bytes, int offset, int classValidations, int constructValidations, int typeValidations, int &length ) : int |
Nexts the length of the value.
|
public static ToSnmpDatagram ( this |
||
byteSegment | this |
The asn.1 encoded bytes. |
timestamp | DateTimeOffset | The timestamp when the packet has been received. |
sourceIpAddress | string | The source IP address of the packet. |
return |
public static ToSnmpEncodedByteArray ( this snmpPacket ) : byte[] | ||
snmpPacket | this | The SNMP packet. |
return | byte[] |