C# 클래스 Tx.Network.Snmp.SnmpEncodeDecoder

Class to Encode\Decode SNMP data
파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 메소드들

메소드 설명
ToSnmpDatagram ( this byteSegment, DateTimeOffset timestamp, string sourceIpAddress ) : SnmpDatagram

Converts the Asn.1 encoded byte array to SNMP Datagram.

ToSnmpEncodedByteArray ( this snmpPacket ) : byte[]

To Asn.1/Snmp Encoded byte array.

비공개 메소드들

메소드 설명
NextValueLength ( this bytes, int offset, int classValidations, int constructValidations, int typeValidations, int &length ) : int

Nexts the length of the value.

메소드 상세

ToSnmpDatagram() 공개 정적인 메소드

Converts the Asn.1 encoded byte array to SNMP Datagram.
bytes Snmp Version V3 not supported
public static ToSnmpDatagram ( this byteSegment, DateTimeOffset timestamp, string sourceIpAddress ) : SnmpDatagram
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.
리턴 SnmpDatagram

ToSnmpEncodedByteArray() 공개 정적인 메소드

To Asn.1/Snmp Encoded byte array.
snmpPacket
public static ToSnmpEncodedByteArray ( this snmpPacket ) : byte[]
snmpPacket this The SNMP packet.
리턴 byte[]