struct Lester::Server::Usb::Device

Included Modules

Defined in:

lester/server/usb/device.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def bus_address : Int32 | Nil #

[View source]
def device_address : Int32 | Nil #

[View source]
def interfaces : Array(Interface) | Nil #

[View source]
def product : String | Nil #

[View source]
def product_id : String | Nil #

[View source]
def speed : Int32 | Nil #

[View source]
def vendor : String | Nil #

[View source]
def vendor_id : String | Nil #

[View source]