Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PERIPHERALS::PeripheralScanResult Class Reference

#include <PeripheralTypes.h>

Public Member Functions

 PeripheralScanResult (const PeripheralBusType busType)
 
 PeripheralScanResult (void)=default
 
bool operator== (const PeripheralScanResult &right) const
 
bool operator!= (const PeripheralScanResult &right) const
 

Public Attributes

PeripheralType m_type = PERIPHERAL_UNKNOWN
 
std::string m_strLocation
 
int m_iVendorId = 0
 
int m_iProductId = 0
 
PeripheralType m_mappedType = PERIPHERAL_UNKNOWN
 
std::string m_strDeviceName
 
PeripheralBusType m_busType = PERIPHERAL_BUS_UNKNOWN
 
PeripheralBusType m_mappedBusType = PERIPHERAL_BUS_UNKNOWN
 
unsigned int m_iSequence = 0
 

Constructor & Destructor Documentation

◆ PeripheralScanResult() [1/2]

PERIPHERALS::PeripheralScanResult::PeripheralScanResult ( const PeripheralBusType busType)
inlineexplicit

◆ PeripheralScanResult() [2/2]

PERIPHERALS::PeripheralScanResult::PeripheralScanResult ( void )
default

Member Function Documentation

◆ operator!=()

bool PERIPHERALS::PeripheralScanResult::operator!= ( const PeripheralScanResult & right) const
inline

◆ operator==()

bool PERIPHERALS::PeripheralScanResult::operator== ( const PeripheralScanResult & right) const
inline

Member Data Documentation

◆ m_busType

PeripheralBusType PERIPHERALS::PeripheralScanResult::m_busType = PERIPHERAL_BUS_UNKNOWN

◆ m_iProductId

int PERIPHERALS::PeripheralScanResult::m_iProductId = 0

◆ m_iSequence

unsigned int PERIPHERALS::PeripheralScanResult::m_iSequence = 0

◆ m_iVendorId

int PERIPHERALS::PeripheralScanResult::m_iVendorId = 0

◆ m_mappedBusType

PeripheralBusType PERIPHERALS::PeripheralScanResult::m_mappedBusType = PERIPHERAL_BUS_UNKNOWN

◆ m_mappedType

PeripheralType PERIPHERALS::PeripheralScanResult::m_mappedType = PERIPHERAL_UNKNOWN

◆ m_strDeviceName

std::string PERIPHERALS::PeripheralScanResult::m_strDeviceName

◆ m_strLocation

std::string PERIPHERALS::PeripheralScanResult::m_strLocation

◆ m_type

PeripheralType PERIPHERALS::PeripheralScanResult::m_type = PERIPHERAL_UNKNOWN

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