| Package | Description |
|---|---|
| org.avineas.fins |
Basic interfaces and related classes for the Omron FINS protocol implementation.
|
| org.avineas.fins.gw |
FINS gateway functionality implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
Transmitter.sendPacket(Address to,
Command command)
Send a command to an other FINS unit and receive the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Gateway.addUnit(Address addr,
Unit unit)
Add a unit to the unit set, meaning that it is registered to be working with this
gateway.
|
boolean |
Gateway.removeUnit(Address addr)
Remove a unit with a specific address.
|