Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Socket.ReadAllHex
Reads bytes from socket and returns them hex encoded.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Socket | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Socket.ReadAllHex"; SocketID ) More
Parameters
Parameter | Description | Example |
---|---|---|
SocketID | The socket ID received by Socket.Connect function. | $sock |
Result
Returns text encoded as hex or error message.
Description
Reads bytes from socket and returns them hex encoded.This function will look how much is in read buffer and query all bytes inside.
Examples
Read all bytes and return them as:
$value = MBS( "Socket.ReadAllHex"; $port; 8 )
See also
Blog Entries
This function is free to use.
Created 11st September 2014, last changed 11st September 2014