Interface GCDevice

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
GCController, GCDeviceAdapter, GCKeyboard, GCMouse

public interface GCDevice
extends NSObjectProtocol
Since:
Available in iOS 14.0 and later.
  • Method Details

    • getHandlerQueue

      DispatchQueue getHandlerQueue()
    • setHandlerQueue

      void setHandlerQueue​(DispatchQueue v)
    • getVendorName

      String getVendorName()
    • getProductCategory

      String getProductCategory()
      Since:
      Available in iOS 13.0 and later.
    • getPhysicalInputProfile

      GCPhysicalInputProfile getPhysicalInputProfile()
      Since:
      Available in iOS 14.0 and later.