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 2456 of file KinovaTypes.h.
| unsigned int PeripheralInfo::Address |
Address of the peripheral.
Definition at line 2476 of file KinovaTypes.h.
| unsigned int PeripheralInfo::CodeVersion |
The code's version of the peripheral.
Definition at line 2481 of file KinovaTypes.h.
| unsigned int PeripheralInfo::Handle |
Handle to the peripheral. Internal use only.
Definition at line 2461 of file KinovaTypes.h.
| unsigned int PeripheralInfo::Port |
Port's type of the peripheral.
Definition at line 2471 of file KinovaTypes.h.
| unsigned int PeripheralInfo::Type |
Type of peripheral.
Definition at line 2466 of file KinovaTypes.h.