Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
Struct for getting info of connected devices (primarily for enumerating them) More...
#include <posix/ca821x-posix/include/ca821x-posix/ca821x-types.h>
Public Attributes | |
enum ca821x_exchange_type | exchange_type |
Exchange type for this device. More... | |
const char * | path |
Exchange & system specific 'path', unique to this device. More... | |
const char * | device_name |
Name of the device, eg 'Chili2'. More... | |
const char * | app_name |
Name of the application running on the device, eg 'ot-cli'. More... | |
const char * | version |
Version string of the device. More... | |
const char * | serialno |
Serial number of the device. More... | |
bool | external_flash_available |
Does the device have an external flash chip. More... | |
bool | available |
Is the device available for use (or not, eg. More... | |
Struct for getting info of connected devices (primarily for enumerating them)
const char* ca_device_info::app_name |
Name of the application running on the device, eg 'ot-cli'.
bool ca_device_info::available |
Is the device available for use (or not, eg.
in use by other application)
const char* ca_device_info::device_name |
Name of the device, eg 'Chili2'.
enum ca821x_exchange_type ca_device_info::exchange_type |
Exchange type for this device.
bool ca_device_info::external_flash_available |
Does the device have an external flash chip.
const char* ca_device_info::path |
Exchange & system specific 'path', unique to this device.
const char* ca_device_info::serialno |
Serial number of the device.
const char* ca_device_info::version |
Version string of the device.