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

상속: SnmpDatagram
파일 보기 프로젝트 열기: Reactive-Extensions/Tx

공개 프로퍼티들

프로퍼티 타입 설명
AgentAddress System.Net.IPAddress
Enterprise ObjectIdentifier
GenericV1Trap GenericTrap
PduType PduType
SpecificTrap int
TimeStamp uint

공개 메소드들

메소드 설명
SnmpDatagramV1 ( DateTimeOffset receivedTime, string sourceIpAddress, SnmpHeader header, IReadOnlyList varBinds ) : System

메소드 상세

SnmpDatagramV1() 공개 메소드

public SnmpDatagramV1 ( DateTimeOffset receivedTime, string sourceIpAddress, SnmpHeader header, IReadOnlyList varBinds ) : System
receivedTime DateTimeOffset
sourceIpAddress string
header SnmpHeader
varBinds IReadOnlyList
리턴 System

프로퍼티 상세

AgentAddress 공개적으로 프로퍼티

The agent address
public IPAddress,System.Net AgentAddress
리턴 System.Net.IPAddress

Enterprise 공개적으로 프로퍼티

The enterprise
public ObjectIdentifier Enterprise
리턴 ObjectIdentifier

GenericV1Trap 공개적으로 프로퍼티

The generic v1 trap
public GenericTrap GenericV1Trap
리턴 GenericTrap

PduType 공개적으로 프로퍼티

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

SpecificTrap 공개적으로 프로퍼티

The specific trap
public int SpecificTrap
리턴 int

TimeStamp 공개적으로 프로퍼티

The time stamp
public uint TimeStamp
리턴 uint