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

FreeBSD Manual Pages

  
 
  

home | help
DC_DESCRIPTOR_GET_MODEL(3)  Library Functions ManualDC_DESCRIPTOR_GET_MODEL(3)

NAME
       dc_descriptor_get_model -- get the model	of a dive computer descriptor

LIBRARY
       library "libdivecomputer"

SYNOPSIS
       #include	<libdivecomputer/descriptor.h>

       unsigned	int
       dc_descriptor_get_model(dc_descriptor_t *descriptor);

DESCRIPTION
       Gets  the  model	 number	of a dive computer descriptor or 0 if none was
       defined for the computer.  0 is also a valid model number.

RETURN VALUES
       This returns the	model number or	0 if none exists.

SEE ALSO
       dc_descriptor_iterator(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	August 19, 2018	    DC_DESCRIPTOR_GET_MODEL(3)

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

home | help