C# 클래스 MaCRoGS.Communications.Coder

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

공개 메소드들

메소드 설명
DataReceived ( byte buffer, int offset, int length, TransportAddress t ) : void
FromDouble ( double theDouble, byte buffer, int offset ) : int
FromString ( string theString, byte buffer, int offset ) : int
Send ( Message message, object value ) : void
Start ( MainWindow display ) : void

비공개 메소드들

메소드 설명
FromShort ( short theUShort, byte buffer, int offset ) : void
ToDouble ( byte buffer, int offset ) : double
ToShort ( byte buffer, int offset ) : short
ToString ( byte buffer, int offset, string &theString ) : int
ToUShort ( byte buffer, int offset ) : ushort

메소드 상세

DataReceived() 공개 메소드

public DataReceived ( byte buffer, int offset, int length, TransportAddress t ) : void
buffer byte
offset int
length int
t TransportAddress
리턴 void

FromDouble() 공개 메소드

public FromDouble ( double theDouble, byte buffer, int offset ) : int
theDouble double
buffer byte
offset int
리턴 int

FromString() 공개 메소드

public FromString ( string theString, byte buffer, int offset ) : int
theString string
buffer byte
offset int
리턴 int

Send() 공개 메소드

public Send ( Message message, object value ) : void
message Message
value object
리턴 void

Start() 공개 메소드

public Start ( MainWindow display ) : void
display MainWindow
리턴 void