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

Immutable value type to hold Asn1Data
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Asn1TypeInfo Asn1TagInfo
Oid ObjectIdentifier
Value object

공개 메소드들

메소드 설명
VarBind ( ObjectIdentifier oid )

Initializes a new instance of the VarBind struct with value null and Asn1.Null type.

VarBind ( ObjectIdentifier oid, object value, Asn1TagInfo asn1TypeInfo )

Initializes a new instance of the VarBind struct.

메소드 상세

VarBind() 공개 메소드

Initializes a new instance of the VarBind struct with value null and Asn1.Null type.
public VarBind ( ObjectIdentifier oid )
oid ObjectIdentifier The oid.

VarBind() 공개 메소드

Initializes a new instance of the VarBind struct.
public VarBind ( ObjectIdentifier oid, object value, Asn1TagInfo asn1TypeInfo )
oid ObjectIdentifier The oid.
value object The value.
asn1TypeInfo Asn1TagInfo The asn1 type information.

프로퍼티 상세

Asn1TypeInfo 공개적으로 프로퍼티

The Asn1TagInfo to provide Asn.1\Snmp tag information
public Asn1TagInfo,Tx.Network.Snmp Asn1TypeInfo
리턴 Asn1TagInfo

Oid 공개적으로 프로퍼티

The ObjectIdentifier for Varbind
public ObjectIdentifier Oid
리턴 ObjectIdentifier

Value 공개적으로 프로퍼티

The value for Varbind
public object Value
리턴 object