Package org.bluez

Interface GattCharacteristic1

All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface

public interface GattCharacteristic1 extends org.freedesktop.dbus.interfaces.DBusInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    ReadValue(Map<String,org.freedesktop.dbus.types.Variant> option)
     
    void
     
    void
     
    void
    WriteValue(byte[] value, Map<String,org.freedesktop.dbus.types.Variant> option)
     

    Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface

    getObjectPath, isRemote
  • Method Details

    • ReadValue

      byte[] ReadValue(Map<String,org.freedesktop.dbus.types.Variant> option)
    • WriteValue

      void WriteValue(byte[] value, Map<String,org.freedesktop.dbus.types.Variant> option)
    • StartNotify

      void StartNotify()
    • StopNotify

      void StopNotify()