Add fallback to bswap_16 for gcc on Windows (closes #377)
[libmodbus.git] / doc / modbus_get_socket.txt
blob8645fa4e2ba4cd5f95abf25d31a21c92b5adc5af
1 modbus_get_socket(3)
2 ====================
5 NAME
6 ----
7 modbus_get_socket - get the current socket of the context
10 SYNOPSIS
11 --------
12 *int modbus_get_socket(modbus_t *'ctx');*
15 DESCRIPTION
16 -----------
17 The *modbus_get_socket()* function shall return the current socket or file
18 descriptor of the libmodbus context.
21 RETURN VALUE
22 ------------
23 The function returns the current socket or file descriptor of the context if
24 successful. Otherwise it shall return -1 and set errno.
27 SEE ALSO
28 --------
29 linkmb:modbus_set_socket[3]
32 AUTHORS
33 -------
34 The libmodbus documentation was written by Stéphane Raimbault
35 <stephane.raimbault@gmail.com>