Revert "Fixes float encoding/decoding for both big and little endian (fixes #665...
[libmodbus.git] / docs / modbus_get_socket.md
blob585437988cc6117295b844b0782cf91e297dfddf
1 # modbus_get_socket
3 ## Name
5 modbus_get_socket - get the current socket of the context
7 ## Synopsis
9 ```c
10 int modbus_get_socket(modbus_t *'ctx');
11 ```
13 ## Description
15 The *modbus_get_socket()* function shall return the current socket or file
16 descriptor of the libmodbus context.
18 ## Return value
20 The function returns the current socket or file descriptor of the context if
21 successful. Otherwise it shall return -1 and set errno.
23 ## See also
25 - [modbus_set_socket](modbus_set_socket.md)