C# Class XLibrary.Remote.G2Header

显示文件 Open project: swax/CodePerspective Class Usage Examples

Public Properties

Property Type Description
Data byte[]
HasChildren bool
InternalPos int
InternalSize int
Name byte
NextBytePos int
NextBytesLeft int
PacketPos int
PacketSize int
PayloadPos int
PayloadSize int

Public Methods

Method Description
G2Header ( byte data ) : System

Method Details

G2Header() public method

public G2Header ( byte data ) : System
data byte
return System

Property Details

Data public_oe property

public byte[] Data
return byte[]

HasChildren public_oe property

public bool HasChildren
return bool

InternalPos public_oe property

public int InternalPos
return int

InternalSize public_oe property

public int InternalSize
return int

Name public_oe property

public byte Name
return byte

NextBytePos public_oe property

public int NextBytePos
return int

NextBytesLeft public_oe property

public int NextBytesLeft
return int

PacketPos public_oe property

public int PacketPos
return int

PacketSize public_oe property

public int PacketSize
return int

PayloadPos public_oe property

public int PayloadPos
return int

PayloadSize public_oe property

public int PayloadSize
return int