public interface PanStampListener
| Modifier and Type | Method and Description |
|---|---|
void |
productCodeChange(PanStamp dev,
int manufacturerId,
int productId)
The product code for a panStamp was changed.
|
void |
registerDetected(PanStamp dev,
Register reg)
A new register was added to a panStamp device.
|
void |
syncRequired(PanStamp dev)
A panStamp device needs to go into one of the synchronization states that
allows it to receive updates.
|
void |
syncStateChange(PanStamp dev,
int syncState)
The synchronization state of the device has changed.
|
void productCodeChange(PanStamp dev, int manufacturerId, int productId)
dev - The device involvedmanufacturerId - The new manufacturer Id of the device.productId - The new productId of the device.void syncStateChange(PanStamp dev, int syncState)
dev - The device involved.syncState - The current state.void registerDetected(PanStamp dev, Register reg)
dev - The device involved.reg - The register added.void syncRequired(PanStamp dev)
dev - The panStamp device needing to sync.Copyright © 2015. All rights reserved.