Class SendMultiDataSegmentCommand

java.lang.Object
org.openremote.agent.protocol.bluetooth.mesh.SendMultiDataSegmentCommand
All Implemented Interfaces:
SendDataCommand

public class SendMultiDataSegmentCommand extends Object implements SendDataCommand
  • Field Details

    • LOG

      public static final Logger LOG
  • Constructor Details

  • Method Details

    • sendData

      public boolean sendData()
      Specified by:
      sendData in interface SendDataCommand
    • onCharacteristicWrite

      public void onCharacteristicWrite(com.welie.blessed.BluetoothPeripheral peripheral, byte[] value, com.welie.blessed.BluetoothGattCharacteristic characteristic, com.welie.blessed.BluetoothCommandStatus status)
      Specified by:
      onCharacteristicWrite in interface SendDataCommand