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

상속: SnmpDatagram
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ErrorIndex int
ErrorStatus SnmpErrorStatus
PduType PduType
RequestId int

공개 메소드들

메소드 설명
SnmpDatagramV2C ( DateTimeOffset receivedTime, string sourceIpAddress, SnmpHeader header, IReadOnlyList varBinds, PduType pduType, int requestId, SnmpErrorStatus errorStatus, int errorIndex ) : System

메소드 상세

SnmpDatagramV2C() 공개 메소드

public SnmpDatagramV2C ( DateTimeOffset receivedTime, string sourceIpAddress, SnmpHeader header, IReadOnlyList varBinds, PduType pduType, int requestId, SnmpErrorStatus errorStatus, int errorIndex ) : System
receivedTime DateTimeOffset
sourceIpAddress string
header SnmpHeader
varBinds IReadOnlyList
pduType PduType
requestId int
errorStatus SnmpErrorStatus
errorIndex int
리턴 System

프로퍼티 상세

ErrorIndex 공개적으로 프로퍼티

Gets the index of the error.
public int ErrorIndex
리턴 int

ErrorStatus 공개적으로 프로퍼티

Gets the error status.
public SnmpErrorStatus ErrorStatus
리턴 SnmpErrorStatus

PduType 공개적으로 프로퍼티

Gets the type of the pdu.
public PduType PduType
리턴 PduType

RequestId 공개적으로 프로퍼티

Gets the request identifier.
public int RequestId
리턴 int