This function is used to write an array of binary numerical data on four bytes in the socket, by performing a conversion of data from the standard TCP/IP encoding format (Big Endian code).
Context
Windows client,
Windows server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client,
Event Adelia client.
Parameters
NUM_BIN_4 |
Socket |
Socket handle. |
NUM_BIN_4(n) |
Value |
Array of values read. |
NUM_BIN_4 |
Len |
Number of values array items. |
NUM_BIN_4 |
ReturnCode |
Operation return code: 0 Operation completed successfully Other Specific error code |
Example
... |
|
NUM_BIN_4 |
Socket |
NUM_BIN_4 |
Data(10) |
NUM_BIN_4 |
Len |
NUM_BIN_4 |
Rc |
... |
|
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxSockSendArrayNumBin4' Socket Data Len Rc
IF Rc = 0
* sending successful
...
List of the VaToolBx functions by topic