CLASS_FUNCTION_SUPPORT enumeration (classpnp.h)

Specifies which functionality is being enabled or disabled.

Syntax

typedef enum {
  SupportUnknown,
  Supported,
  NotSupported
} CLASS_FUNCTION_SUPPORT;

Constants

 
SupportUnknown
Specifies that functionality is unknown.
Supported
Specifies that the functionality is supported.
NotSupported
Specifies that the functionality is not supported.

Requirements

Requirement Value
Header classpnp.h

See also