C# Класс Tx.Network.Snmp.Asn1TagInfo

Immutable structure for Asn1TagInfo
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Asn1ClassType Asn1Class
Asn1ConstructType ConstructType
Asn1SnmpTagType Asn1SnmpTag
Asn1TagType Asn1Tag

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Asn1TagInfo ( int asn1Class, int constructType, int tagType )

Initializes a new instance of the Asn1TagInfo struct.

Описание методов

Asn1TagInfo() публичный Метод

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

Asn1TagInfo() публичный Метод

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() публичный Метод

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

Asn1TagInfo() публичный Метод

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() публичный Метод

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.

Описание свойств

Asn1ClassType публичное свойство

The asn1 class type
public Asn1Class Asn1ClassType
Результат Asn1Class

Asn1ConstructType публичное свойство

The asn1 construct type
public ConstructType Asn1ConstructType
Результат ConstructType

Asn1SnmpTagType публичное свойство

The asn1 SNMP tag type
public Asn1SnmpTag Asn1SnmpTagType
Результат Asn1SnmpTag

Asn1TagType публичное свойство

The asn1 tag type
public Asn1Tag Asn1TagType
Результат Asn1Tag