Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Socket.SendMessageHex
Sends an UDP data message.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Socket | 3.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Socket.SendMessageHex"; SocketID; IP; Port; Text ) More
Parameters
Parameter | Description | Example |
---|---|---|
SocketID | The socket ID received by Socket.Connect function. | $sock |
IP | The target IP or name. | "192.168.2.10" |
Port | The target port to send to. | 9000 |
Text | The text to send in hex encoding. | "48656C6C6F" |
Result
Returns the number of bytes written or an error message.
Description
Sends an UDP data message.Text here is expected to be always hex encoded data.
Examples
Write some text:
MBS( "Socket.SendMessageHex"; $sock; "48656C6C6F" )
See also
Release notes
- Version 14.1
- Fixed a problem with Socket.SendMessageHex function.
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 31st January 2024