Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Information shared between peripherals. More...
#include <peripheral.h>
Public Attributes | |
PERIPHERAL_TYPE | type |
char * | name |
uint16_t | vendor_id |
uint16_t | product_id |
unsigned int | index |
Information shared between peripherals.
unsigned int PERIPHERAL_INFO::index |
the order in which the add-on identified this peripheral
char* PERIPHERAL_INFO::name |
name of peripheral
uint16_t PERIPHERAL_INFO::product_id |
product ID of peripheral, 0x0000 if unknown
PERIPHERAL_TYPE PERIPHERAL_INFO::type |
type of peripheral
uint16_t PERIPHERAL_INFO::vendor_id |
vendor ID of peripheral, 0x0000 if unknown