Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. =====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 <code javascript> ... hcack = 0; reply.setHCACK(Java.to([hcack],"byte[]")); ... </code> binaryvalueobjects.txt Last modified: 2021/10/13 13:26by wikiadmin