Method | Description | |
---|---|---|
AbstractMessage ( ) : System | ||
AbstractMessage ( byte data ) : System | ||
getMessageData ( ) : byte[] |
Method | Description | |
---|---|---|
addToMessage ( float val ) : void | ||
addToMessage ( int val ) : void | ||
addToMessage ( string val ) : void | ||
getMessageHeader ( ) : char | ||
readNextVal ( char &value ) : void | ||
readNextVal ( float &value ) : void | ||
readNextVal ( int &value ) : void | ||
readNextVal ( string &value ) : void |
public AbstractMessage ( byte data ) : System | ||
data | byte | |
return | System |
protected abstract getMessageHeader ( ) : char | ||
return | char |
protected readNextVal ( float &value ) : void | ||
value | float | |
return | void |
protected readNextVal ( string &value ) : void | ||
value | string | |
return | void |