I wanted to know if there is a way to send a list of bytes over a TCP socket, similar to the socket_read_byte_list
function.
Please let me know if more information is required.
I wanted to know if there is a way to send a list of bytes over a TCP socket, similar to the socket_read_byte_list
function.
Please let me know if more information is required.
@annbbas1 Did you ever figure out how this can be done? I have a similar issue and I find it odd that there is no socket_write_byte_list
when there is a socket_read_byte_list
API.