writeBinary

writeBinary(buffer: Binary);

The writeBinary method of the JadeInternetTCPIPConnection class writes binary data to the connection and returns when the operation is complete.

This method appends the eight-character ANSI length of the data to the front of the message before transmission.

The writeBinary method can be called only when the value of the Connection class state property is Connected (2).