DC_SERIAL_OPEN(3) | Library Functions Manual | DC_SERIAL_OPEN(3) |
dc_serial_open
—
#include
<libdivecomputer/serial.h>
dc_status_t
dc_serial_open
(dc_iostream_t
**iostream, dc_context_t *context,
const char *name);
Upon returning DC_STATUS_SUCCESS
, the
iostream pointer must be freed with
dc_iostream_close(3).
DC_STATUS_SUCCESS
on success or one of several
error values on error. On success, the iostream pointer
is filled in with an open handle.
June 5, 2020 | NetBSD 10.0 |