public static class StHfB.BaseResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected byte |
cmd |
protected byte[] |
frame |
protected byte |
replyCode |
Constructor and Description |
---|
BaseResult(byte[] frame,
byte cmd,
byte replyCode)
This function is only SDK calls, does not guarantee that the future of SDK compatible with this function.
|
Modifier and Type | Method and Description |
---|---|
byte |
getCmd()
get command
|
byte[] |
getFrame() |
byte |
getReplyCode()
get replay code
|
protected final byte[] frame
protected final byte cmd
protected final byte replyCode