VLab Common 1.2

Uses of Class
pl.psnc.vlab.remote.value.ShortMessageValue

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

Copyright 2004 by VLAB Dominik Stoklosa.