=====Binary Value Object===== com.ergotech.vib.valueobjects.BinaryValueObject ===Description=== The Binary Value Object is a specialized Value Object which contains a byte array (byte []) and is used mainly in TransSECS for binary message data (SecsFormat10) or in some image related servers to store the image data as a byte array. ===JavaScript Notes=== Example 1: Set the binary ACK code for a SECS Message ... hcack = 0; reply.setHCACK(Java.to([hcack],"byte[]")); ...