public interface DeviceStatus
Modifier and Type | Method and Description |
---|---|
void |
clearStatus()
Clear the status message
|
void |
showStatus(List<Byte> statusBytes)
Show a status message as defined in the implementation.
|
void |
start()
Start a daemon process to periodically request the status
|
void showStatus(List<Byte> statusBytes)
statusBytes
- The status byte(s) to be interpretedvoid clearStatus()
void start()
Copyright © 2021. All rights reserved.