C# 클래스 XLibrary.Remote.GenericPacket

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

공개 프로퍼티들

프로퍼티 타입 설명
Data string>.Dictionary
Name string

공개 메소드들

메소드 설명
Decode ( G2Header root ) : GenericPacket
Encode ( G2Protocol protocol ) : byte[]
GenericPacket ( ) : System
GenericPacket ( string name ) : System
Test ( ) : void

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( G2Header root ) : GenericPacket
root G2Header
리턴 GenericPacket

Encode() 공개 메소드

public Encode ( G2Protocol protocol ) : byte[]
protocol G2Protocol
리턴 byte[]

GenericPacket() 공개 메소드

public GenericPacket ( ) : System
리턴 System

GenericPacket() 공개 메소드

public GenericPacket ( string name ) : System
name string
리턴 System

Test() 공개 정적인 메소드

public static Test ( ) : void
리턴 void

프로퍼티 상세

Data 공개적으로 프로퍼티

public Dictionary Data
리턴 string>.Dictionary

Name 공개적으로 프로퍼티

public string Name
리턴 string