class BlueCr::Service

Defined in:

blue_cr/service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(adaptor_name : String, device_name : String, service_name : String, object : DBus::Object, interface : DBus::Interface, proporties : DBus::Interface) #

[View source]

Instance Method Detail

def all_properties : Hash(DBus::Type, DBus::Type) #

[View source]
def characteristics : Hash(String, BlueCr::Characteristic) #

[View source]
def get_characteristic(uuid : String) : BlueCr::Characteristic | Nil #

[View source]
def interface : DBus::Interface #

[View source]
def list_characteristics #

[View source]
def object : DBus::Object #

[View source]
def refresh #

[View source]
def service_type #

[View source]
def uuid #

[View source]