C# 클래스 StructureTransform, NoahGameFrame

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

공개 메소드들

메소드 설명
ByteArrayToStructureEndian ( byte bytearray, object &obj, int startoffset ) : void
Reverse ( byte msg ) : void
Reverse ( byte msg, int nOffest, int nSize ) : void
SetEndian ( bool bIsBig ) : bool
StructureToByteArrayEndian ( object obj ) : byte[]

메소드 상세

ByteArrayToStructureEndian() 공개 정적인 메소드

public static ByteArrayToStructureEndian ( byte bytearray, object &obj, int startoffset ) : void
bytearray byte
obj object
startoffset int
리턴 void

Reverse() 공개 정적인 메소드

public static Reverse ( byte msg ) : void
msg byte
리턴 void

Reverse() 공개 정적인 메소드

public static Reverse ( byte msg, int nOffest, int nSize ) : void
msg byte
nOffest int
nSize int
리턴 void

SetEndian() 공개 정적인 메소드

public static SetEndian ( bool bIsBig ) : bool
bIsBig bool
리턴 bool

StructureToByteArrayEndian() 공개 정적인 메소드

public static StructureToByteArrayEndian ( object obj ) : byte[]
obj object
리턴 byte[]