Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
DC_DEVICE_CLOSE(3)	    Library Functions Manual	    DC_DEVICE_CLOSE(3)

NAME
       dc_device_close -- close	a dive computer	device

LIBRARY
       library "libdivecomputer"

SYNOPSIS
       #include	<libdivecomputer/device.h>

       dc_status_t
       dc_device_close(dc_device_t *device);

DESCRIPTION
       Closes a	dive computer device opened with dc_device_open(3).  If	device
       is NULL,	this returns DC_STATUS_SUCCESS.

RETURN VALUES
       Returns	DC_STATUS_SUCCESS on success or	one of several error values on
       error.

SEE ALSO
       dc_device_open(3)

AUTHORS
       The library "libdivecomputer"  library  was  written  by	 Jef  Driesen,
       jef@libdivecomputer.org.	 The manpages were written by
       Kristaps	Dzonsons, kristaps@bsd.lv.

FreeBSD	Ports 14.quarterly	January	5, 2017		    DC_DEVICE_CLOSE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=dc_device_close&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help