class BlueCr::Characteristic
- BlueCr::Characteristic
- Reference
- Object
Defined in:
blue_cr/characteristic.crConstructors
Instance Method Summary
- #all_properties : Hash(DBus::Type, DBus::Type)
- #characteristic_type
- #interface : DBus::Interface
- #object : DBus::Object
- #read_value(options : Hash(String, DBus::Variant) = Hash(String, DBus::Variant).new)
- #refresh
- #uuid
- #value
- #write_value(value : Slice(UInt8), options : Hash(String, DBus::Variant) = Hash(String, DBus::Variant).new)
- #write_value(value : Array(UInt8), options : Hash(String, DBus::Variant) = Hash(String, DBus::Variant).new)
Constructor Detail
def self.new(object : DBus::Object, interface : DBus::Interface, proporties : DBus::Interface)
#
Instance Method Detail
def write_value(value : Slice(UInt8), options : Hash(String, DBus::Variant) = Hash(String, DBus::Variant).new)
#
def write_value(value : Array(UInt8), options : Hash(String, DBus::Variant) = Hash(String, DBus::Variant).new)
#