struct HIDAPI::DeviceInfo

Defined in:

hidapi/device_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(info : LibHIDAPI::HidDeviceInfo) #

[View source]

Instance Method Detail

def bus_type : BusType #

[View source]
def interface_number : Int32 #

[View source]
def manufacturer_string : String | Nil #

[View source]
def path : String #

[View source]
def product_id : Int32 #

[View source]
def product_string : String #

[View source]
def release_number : Int32 #

[View source]
def serial_number : String #

[View source]
def usage : Int32 #

[View source]
def usage_page : Int32 #

[View source]
def vendor_id : Int32 #

[View source]