C# 클래스 GobiLoader.Messages.Message

파일 보기 프로젝트 열기: joshperry/stuff

보호된 프로퍼티들

프로퍼티 타입 설명
rbuf byte[]

공개 메소드들

메소드 설명
Receive ( Stream stream ) : void
Send ( Stream stream ) : void

보호된 메소드들

메소드 설명
GetCRC ( byte buf ) : byte[]
PrintByteArray ( byte buf ) : string
PrintByteArray ( byte buf, int len ) : string

메소드 상세

GetCRC() 보호된 메소드

protected GetCRC ( byte buf ) : byte[]
buf byte
리턴 byte[]

PrintByteArray() 보호된 메소드

protected PrintByteArray ( byte buf ) : string
buf byte
리턴 string

PrintByteArray() 보호된 메소드

protected PrintByteArray ( byte buf, int len ) : string
buf byte
len int
리턴 string

Receive() 공개 메소드

public Receive ( Stream stream ) : void
stream Stream
리턴 void

Send() 공개 메소드

public Send ( Stream stream ) : void
stream Stream
리턴 void

프로퍼티 상세

rbuf 보호되어 있는 프로퍼티

protected byte[] rbuf
리턴 byte[]