C# Class Tx.Network.Snmp.SnmpDatagramV2C

Inheritance: SnmpDatagram
Mostra file Open project: Reactive-Extensions/Tx Class Usage Examples

Public Properties

Property Type Description
ErrorIndex int
ErrorStatus SnmpErrorStatus
PduType PduType
RequestId int

Public Methods

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

Method Details

SnmpDatagramV2C() public method

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
return System

Property Details

ErrorIndex public_oe property

Gets the index of the error.
public int ErrorIndex
return int

ErrorStatus public_oe property

Gets the error status.
public SnmpErrorStatus ErrorStatus
return SnmpErrorStatus

PduType public_oe property

Gets the type of the pdu.
public PduType PduType
return PduType

RequestId public_oe property

Gets the request identifier.
public int RequestId
return int