C# 클래스 NetworkPackets.StunPacket.Attribute

Holds a generic Xmpp Attribute.
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Data Brunet.Util.MemBlock
Type AttributeType
Value Brunet.Util.MemBlock

공개 메소드들

메소드 설명
Attribute ( AttributeType type, MemBlock value ) : Brunet.Util

Create a new Attribute.

Attribute ( MemBlock data ) : Brunet.Util

Parse an Attribute.

Parse ( MemBlock data ) : Attribute

Converts an attribute into a specific type if a parser exists for it, otherwise stuffs it into a generic Attribute object.

메소드 상세

Attribute() 공개 메소드

Create a new Attribute.
public Attribute ( AttributeType type, MemBlock value ) : Brunet.Util
type AttributeType
value Brunet.Util.MemBlock
리턴 Brunet.Util

Attribute() 공개 메소드

Parse an Attribute.
public Attribute ( MemBlock data ) : Brunet.Util
data Brunet.Util.MemBlock
리턴 Brunet.Util

Parse() 공개 정적인 메소드

Converts an attribute into a specific type if a parser exists for it, otherwise stuffs it into a generic Attribute object.
public static Parse ( MemBlock data ) : Attribute
data Brunet.Util.MemBlock
리턴 System.Attribute

프로퍼티 상세

Data 공개적으로 프로퍼티

Data for the attribute.
public MemBlock,Brunet.Util Data
리턴 Brunet.Util.MemBlock

Type 공개적으로 프로퍼티

The Attribute type.
public AttributeType Type
리턴 AttributeType

Value 공개적으로 프로퍼티

The binary represtation of the value.
public MemBlock,Brunet.Util Value
리턴 Brunet.Util.MemBlock