Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PERIPHERAL_INFO Struct Reference

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
 

Detailed Description

Information shared between peripherals.

Member Data Documentation

◆ index

unsigned int PERIPHERAL_INFO::index

the order in which the add-on identified this peripheral

◆ name

char* PERIPHERAL_INFO::name

name of peripheral

◆ product_id

uint16_t PERIPHERAL_INFO::product_id

product ID of peripheral, 0x0000 if unknown

◆ type

PERIPHERAL_TYPE PERIPHERAL_INFO::type

type of peripheral

◆ vendor_id

uint16_t PERIPHERAL_INFO::vendor_id

vendor ID of peripheral, 0x0000 if unknown


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