enum ncGlobalOption_t

Info Value
Header mvnc.h
Version 2.0
See also ncGlobalGetOption(), ncGlobalSetOption()

Overview

The ncGlobalOption_t enumeration defines application-level options that can be read with ncGlobalGetOption() or set with ncGlobalSetOption().

Constant Option Type Possible Values Description
NC_RW_LOG_LEVEL int Values in the ncLogLevel_t enumeration The logging level for the application.
NC_RO_API_VERSION unsigned int[4] [major, minor, hotfix, release] The API version.

Notes

  • Options prefixed with ‘NC_RW’ have read/write permission and are both gettable and settable.
  • Options prefixed with ‘NC_RO’ have read-only permission and are only gettable.