C# Class Tx.Network.Snmp.Asn1TagInfo

Immutable structure for Asn1TagInfo
Mostrar archivo Open project: Reactive-Extensions/Tx Class Usage Examples

Public Properties

Property Type Description
Asn1ClassType Asn1Class
Asn1ConstructType ConstructType
Asn1SnmpTagType Asn1SnmpTag
Asn1TagType Asn1Tag

Public Methods

Method Description
Asn1TagInfo ( Asn1SnmpTag asn1SnmpTag )

Initializes a new instance of the Asn1TagInfo struct.

Asn1TagInfo ( Asn1SnmpTag asn1SnmpTag, ConstructType constructType )

Initializes a new instance of the Asn1TagInfo struct.

Asn1TagInfo ( Asn1Tag asn1Tag )

Initializes a new instance of the Asn1TagInfo struct.

Asn1TagInfo ( Asn1Tag asn1Tag, ConstructType constructType )

Initializes a new instance of the Asn1TagInfo struct.

Asn1TagInfo ( Asn1Tag asn1Tag, ConstructType constructType, Asn1Class asn1Class )

Initializes a new instance of the Asn1TagInfo struct.

Private Methods

Method Description
Asn1TagInfo ( int asn1Class, int constructType, int tagType )

Initializes a new instance of the Asn1TagInfo struct.

Method Details

Asn1TagInfo() public method

Initializes a new instance of the Asn1TagInfo struct.
public Asn1TagInfo ( Asn1SnmpTag asn1SnmpTag )
asn1SnmpTag Asn1SnmpTag The asn1 SNMP tag.

Asn1TagInfo() public method

Initializes a new instance of the Asn1TagInfo struct.
public Asn1TagInfo ( Asn1SnmpTag asn1SnmpTag, ConstructType constructType )
asn1SnmpTag Asn1SnmpTag The asn1 SNMP tag.
constructType ConstructType Type of the construct.

Asn1TagInfo() public method

Initializes a new instance of the Asn1TagInfo struct.
public Asn1TagInfo ( Asn1Tag asn1Tag )
asn1Tag Asn1Tag The asn1 SNMP tag.

Asn1TagInfo() public method

Initializes a new instance of the Asn1TagInfo struct.
public Asn1TagInfo ( Asn1Tag asn1Tag, ConstructType constructType )
asn1Tag Asn1Tag The asn1 tag.
constructType ConstructType Type of the construct.

Asn1TagInfo() public method

Initializes a new instance of the Asn1TagInfo struct.
public Asn1TagInfo ( Asn1Tag asn1Tag, ConstructType constructType, Asn1Class asn1Class )
asn1Tag Asn1Tag The asn1 tag.
constructType ConstructType Type of the construct.
asn1Class Asn1Class The asn1 class.

Property Details

Asn1ClassType public_oe property

The asn1 class type
public Asn1Class Asn1ClassType
return Asn1Class

Asn1ConstructType public_oe property

The asn1 construct type
public ConstructType Asn1ConstructType
return ConstructType

Asn1SnmpTagType public_oe property

The asn1 SNMP tag type
public Asn1SnmpTag Asn1SnmpTagType
return Asn1SnmpTag

Asn1TagType public_oe property

The asn1 tag type
public Asn1Tag Asn1TagType
return Asn1Tag