public interface CommandReceivingComponent extends Component
| Modifier and Type | Method and Description |
|---|---|
void |
receiveCommand(byte command,
byte[] data)
This method is called if a command is received and might be interesting
for this particular component.
|
Copyright © 2017–2018. All rights reserved.