C# Class Tx.Network.Snmp.VarBind

Immutable value type to hold Asn1Data
Afficher le fichier Open project: Reactive-Extensions/Tx Class Usage Examples

Méthodes publiques

Свойство Type Description
Asn1TypeInfo Asn1TagInfo
Oid ObjectIdentifier
Value object

Méthodes publiques

Méthode Description
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.

Method Details

VarBind() public méthode

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

VarBind() public méthode

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.

Property Details

Asn1TypeInfo public_oe property

The Asn1TagInfo to provide Asn.1\Snmp tag information
public Asn1TagInfo,Tx.Network.Snmp Asn1TypeInfo
Résultat Asn1TagInfo

Oid public_oe property

The ObjectIdentifier for Varbind
public ObjectIdentifier Oid
Résultat ObjectIdentifier

Value public_oe property

The value for Varbind
public object Value
Résultat object