public abstract class MsrResultCallback
extends java.lang.Object
| Constructor and Description |
|---|
MsrResultCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
onResult(int cmd,
int status) |
void |
onResultData(int cmd,
int status,
byte[] data) |
void |
onResultTrackData(int cmd,
int status,
byte[] track1Buf,
byte[] tract2,
byte[] tract3) |