Completion interface passed to readTag.
Public Member Functions | |
| void | exec (UgiTag tag, boolean headerBit, byte[] response, TagAccessReturnValues result) |
| Completion method. More... | |
| void com.ugrokit.api.UgiInventory.TagCustomCommandCompletion.exec | ( | UgiTag | tag, |
| boolean | headerBit, | ||
| byte [] | response, | ||
| TagAccessReturnValues | result | ||
| ) |
Completion method.
| tag | Tag the custom command was done to |
| headerBit | YES if the header bit was set in the response (usually used to indicate an error) |
| response | Tag's response to the custom command |
| result | Result of the operation |