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

Immutable structure for Asn1TagInfo
파일 보기 프로젝트 열기: Reactive-Extensions/Tx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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