| Package | Description |
|---|---|
| com.daveoxley.cbus |
| Modifier and Type | Method and Description |
|---|---|
Network |
Application.getNetwork() |
Network |
Group.getNetwork() |
Network |
Unit.getNetwork() |
Network |
Project.getNetwork(int network_id)
Retrieve the Network Object for the specified network id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Network> |
Project.getNetworks(boolean cached_objects)
Get all Network objects for this Project.
|
static java.util.ArrayList<Network> |
Network.listAll(CGateSession cgate_session,
boolean cached_objects)
Issue a
net list_all to the C-Gate server. |
| Modifier and Type | Method and Description |
|---|---|
int |
Network.compareTo(Network o) |