C# 클래스 XLibrary.Remote.G2Header

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
HasChildren bool
InternalPos int
InternalSize int
Name byte
NextBytePos int
NextBytesLeft int
PacketPos int
PacketSize int
PayloadPos int
PayloadSize int

공개 메소드들

메소드 설명
G2Header ( byte data ) : System

메소드 상세

G2Header() 공개 메소드

public G2Header ( byte data ) : System
data byte
리턴 System

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

HasChildren 공개적으로 프로퍼티

public bool HasChildren
리턴 bool

InternalPos 공개적으로 프로퍼티

public int InternalPos
리턴 int

InternalSize 공개적으로 프로퍼티

public int InternalSize
리턴 int

Name 공개적으로 프로퍼티

public byte Name
리턴 byte

NextBytePos 공개적으로 프로퍼티

public int NextBytePos
리턴 int

NextBytesLeft 공개적으로 프로퍼티

public int NextBytesLeft
리턴 int

PacketPos 공개적으로 프로퍼티

public int PacketPos
리턴 int

PacketSize 공개적으로 프로퍼티

public int PacketSize
리턴 int

PayloadPos 공개적으로 프로퍼티

public int PayloadPos
리턴 int

PayloadSize 공개적으로 프로퍼티

public int PayloadSize
리턴 int