class BlueCr::Device
- BlueCr::Device
- Reference
- Object
Defined in:
blue_cr/device.crConstructors
Instance Method Summary
- #address
- #alive?
- #all_properties : Hash(DBus::Type, DBus::Type)
- #connect
- #disconnect
- #get_service(uuid : String) : BlueCr::Service | Nil
- #interface : DBus::Interface
- #list_services
- #name
- #object : DBus::Object
- #refresh
- #services : Hash(String, BlueCr::Service)
- #uuids
Constructor Detail
def self.new(adaptor_name : String, device_name : String, object : DBus::Object, interface : DBus::Interface, proporties : DBus::Interface)
#