#include <AvailabilityMacros.h>
#include "IOHIDLib_.h"
Go to the source code of this file.
◆ HIDIsValidDevice()
Boolean HIDIsValidDevice |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetCountryCode()
long IOHIDDevice_GetCountryCode |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetLocationID()
long IOHIDDevice_GetLocationID |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetManufacturer()
CFStringRef IOHIDDevice_GetManufacturer |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetMaxFeatureReportSize()
long IOHIDDevice_GetMaxFeatureReportSize |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetMaxInputReportSize()
long IOHIDDevice_GetMaxInputReportSize |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetMaxOutputReportSize()
long IOHIDDevice_GetMaxOutputReportSize |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetPrimaryUsage()
uint32_t IOHIDDevice_GetPrimaryUsage |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetPrimaryUsagePage()
uint32_t IOHIDDevice_GetPrimaryUsagePage |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetProduct()
CFStringRef IOHIDDevice_GetProduct |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetProductID()
long IOHIDDevice_GetProductID |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetQueue()
IOHIDQueueRef IOHIDDevice_GetQueue |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetReportInterval()
long IOHIDDevice_GetReportInterval |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetSerialNumber()
CFStringRef IOHIDDevice_GetSerialNumber |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetTransaction()
IOHIDTransactionRef IOHIDDevice_GetTransaction |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetTransport()
CFStringRef IOHIDDevice_GetTransport |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetUsage()
uint32_t IOHIDDevice_GetUsage |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetUsagePage()
uint32_t IOHIDDevice_GetUsagePage |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetUsagePairs()
CFArrayRef IOHIDDevice_GetUsagePairs |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetVendorID()
long IOHIDDevice_GetVendorID |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetVendorIDSource()
long IOHIDDevice_GetVendorIDSource |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_GetVersionNumber()
long IOHIDDevice_GetVersionNumber |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef | ) |
|
◆ IOHIDDevice_SetQueue()
void IOHIDDevice_SetQueue |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef, |
|
|
IOHIDQueueRef |
inQueueRef |
|
) |
| |
◆ IOHIDDevice_SetTransaction()
void IOHIDDevice_SetTransaction |
( |
IOHIDDeviceRef |
inIOHIDDeviceRef, |
|
|
IOHIDTransactionRef |
inTransactionRef |
|
) |
| |