Chapter 4 Software Utilities
PA-3211 SERIES USER MANUAL
Page: 4-59
Receiver Data - Detach
Public Boolean Detach();
Purpose
Cancel Obsver from Ibutton Data
Return
True (1) on success, False (0) on failure False (0)
Update Event
Public Void Update(final byte[] buffer, final int size);
Purpose
Get Ibutton Data String
Return
byte[] buffer = Ibutton data
int size = buffer count.
Before use this function need to implements Observer
Interface.
Observer = Current class.
Example:
@Override
publicvoid
Update(
finalbyte
[] buffer,
finalint
size)
{runOnUiThread(
new
Runnable() {
publicvoid
run() {
if
(
mReception
!=
null
) {
String
IbuttonString =
new
String(buffer, 0, size));
}
}
}
Summary of Contents for PA-3211
Page 1: ...USER MANUAL PA 3211 10 1 POS Terminal Powered by ARM Cortex A 9 Processor PA 3211 M1...
Page 15: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 4 2 2 3 Top View...
Page 17: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 6 2 2 6 Side View Unit mm 147 75...
Page 19: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 8 2 3 3 Top View...
Page 21: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 10 2 3 6 Side View 147 75...
Page 155: ...Chapter 4 Software Utilities PA 3211 SERIES USER MANUAL Page 4 86...