|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShortMessageValue | |
---|---|
pl.psnc.vlab.remote.util | Utility classes for data conversions. |
Uses of ShortMessageValue in pl.psnc.vlab.remote.util |
---|
Methods in pl.psnc.vlab.remote.util that return ShortMessageValue | |
---|---|
ShortMessageValue |
BytesConversion.getShortMessage(byte[] binaryData,
java.nio.ByteOrder byteOrder)
Decodes the ShortMessage struct: struct shortMessage { char buffer[256]; int len; }; |
Methods in pl.psnc.vlab.remote.util with parameters of type ShortMessageValue | |
---|---|
byte[] |
BytesConversion.encodeShortMessage(ShortMessageValue shortMsg)
Encodes the ShortMessage struct into array of bytes: struct shortMessage { char buffer[256]; int len; }; |
|
VLab Common 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |