This data structure holds information that describes an abstract peripheral. More...
#include <Definition>
Public Attributes | |
unsigned int | Address |
Address of the peripheral. | |
unsigned int | CodeVersion |
The code's version of the peripheral. | |
unsigned int | Handle |
Handle to the peripheral. Internal use only. | |
unsigned int | Port |
Port's type of the peripheral. | |
unsigned int | Type |
Type of peripheral. |
This data structure holds information that describes an abstract peripheral.
Definition at line 2460 of file KinovaTypes.h.
unsigned int PeripheralInfo::Address |
Address of the peripheral.
Definition at line 2480 of file KinovaTypes.h.
unsigned int PeripheralInfo::CodeVersion |
The code's version of the peripheral.
Definition at line 2485 of file KinovaTypes.h.
unsigned int PeripheralInfo::Handle |
Handle to the peripheral. Internal use only.
Definition at line 2465 of file KinovaTypes.h.
unsigned int PeripheralInfo::Port |
Port's type of the peripheral.
Definition at line 2475 of file KinovaTypes.h.
unsigned int PeripheralInfo::Type |
Type of peripheral.
Definition at line 2470 of file KinovaTypes.h.