NotificationSubscription
public interface interface NotificationSubscription<Type>
Methods
extract
public Type extract(byte[] packet)
Extracts the payload from the notification. Returns null if the notification is not the expected notification.
Parameters
Name | Description |
---|---|
byte[] packet
|
ReturnValue
Name | Description |
---|---|
Type
|
Interface for subscribing to notifications from the tag.