sendUDPBytes
Send the given data bytes to the specified host/port through UDP.
Syntax
ogscript.sendUDPBytes (Host, Port, Data);
Parameters
Parameter |
Type |
Required |
Description |
Host |
String |
Yes |
Host name to send the given Data bytes through UDP. |
Port |
Integer |
Yes |
Port number on the given Host to send given Data byte through UDP. |
Data |
Byte |
Yes |
Data bytes to send through UDP to the given Host and Port. |
Returns
N/A
Example
Coming soon.