Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which functionality is being enabled or disabled.
Syntax
typedef enum {
SupportUnknown,
Supported,
NotSupported
} CLASS_FUNCTION_SUPPORT;
Constants
SupportUnknownSpecifies that functionality is unknown. |
SupportedSpecifies that the functionality is supported. |
NotSupportedSpecifies that the functionality is not supported. |
Requirements
| Requirement | Value |
|---|---|
| Header | classpnp.h |