目次 - SDL 3.0 API(機能別) - HIDAPI - SDL_hid_bus_type

SDL_hid_bus_type

HIDのバスの列挙体

ヘッダ

SDL3/SDL_hidapi.h

SDL_HID_API_BUS_UNKNOWN0x00不明なバス
SDL_HID_API_BUS_USB0x01USBバス 仕様:https://usb.org/hid
SDL_HID_API_BUS_BLUETOOTH0x02BluetoothまたはBluetooth LE 仕様: https://www.bluetooth.com/specifications/specs/human-interface-device-profile-1-1-1/ https://www.bluetooth.com/specifications/specs/hid-service-1-0/ https://www.bluetooth.com/specifications/specs/hid-over-gatt-profile-1-0/
SDL_HID_API_BUS_I2C0x03I2Cバス 仕様:https://docs.microsoft.com/previous-versions/windows/hardware/design/dn642101(v=vs.85)
SDL_HID_API_BUS_SPI0x04SPIバス 仕様:https://www.microsoft.com/download/details.aspx?id=103325

バージョン

SDL 3.2.0以降

SDL Wikiへのリンク

SDL_hid_bus_type - SDL Wiki