OLE Developer Guide  Latest Git
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PIDDescriptor Struct Reference

Detailed Description

A descriptor for a PID.

This contains the value of the parameter, and a GET / SET function pointer.

Data Fields

uint16_t pid
 The parameter ID.
 
PIDCommandHandler get_handler
 The handler to use for GET requests. More...
 
uint8_t get_param_size
 The size of the parameter data for GET requests.
 
PIDCommandHandler set_handler
 The handler to use for SET requests. More...
 

Field Documentation

PIDCommandHandler PIDDescriptor::get_handler

The handler to use for GET requests.

If NULL, NR_UNSUPPORTED_COMMAND_CLASS will be returned instead.

PIDCommandHandler PIDDescriptor::set_handler

The handler to use for SET requests.

If NULL, NR_UNSUPPORTED_COMMAND_CLASS will be returned instead.


The documentation for this struct was generated from the following file: