| Package | Description |
|---|---|
| me.legrange.panstamp |
Provides the top level abstractions for working with a panStamp network.
|
| me.legrange.panstamp.event |
This package contains convenience class implementations for the main interfaces from the
me.legrange.panstamp package.
|
| Modifier and Type | Method and Description |
|---|---|
PanStamp |
Register.getDevice()
Get the device to which this register belongs.
|
PanStamp |
Network.getDevice(int address)
return the device with the given name
|
| Modifier and Type | Method and Description |
|---|---|
List<PanStamp> |
Network.getDevices()
return all the devices associated with this network
|
| Modifier and Type | Method and Description |
|---|---|
void |
Network.addDevice(PanStamp ps)
Add a user-created device to the panStamp network.
|
void |
NetworkListener.deviceDetected(Network gw,
PanStamp dev)
A previously unknown device was detected on the SWAP network.
|
void |
NetworkListener.deviceRemoved(Network gw,
PanStamp dev)
A device was removed from the network.
|
void |
PanStampListener.productCodeChange(PanStamp dev,
int manufacturerId,
int productId)
The product code for a panStamp was changed.
|
void |
PanStampListener.registerDetected(PanStamp dev,
Register reg)
A new register was added to a panStamp device.
|
void |
PanStampListener.syncRequired(PanStamp dev)
A panStamp device needs to go into one of the synchronization states that
allows it to receive updates.
|
void |
PanStampListener.syncStateChange(PanStamp dev,
int syncState)
The synchronization state of the device has changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNetworkListener.deviceDetected(Network gw,
PanStamp dev) |
void |
AbstractNetworkListener.deviceRemoved(Network gw,
PanStamp dev) |
void |
AbstractPanStampListener.productCodeChange(PanStamp dev,
int manufacturerId,
int productId) |
void |
AbstractPanStampListener.registerDetected(PanStamp dev,
Register reg) |
void |
AbstractPanStampListener.syncRequired(PanStamp dev) |
void |
AbstractPanStampListener.syncStateChange(PanStamp dev,
int syncState) |
Copyright © 2015. All rights reserved.