public class QueryTableInformationCommand extends Team3GNetPlusCommand<TableInformation>
BaseCommand.OnFailureListener<E>, BaseCommand.OnSuccessListener<T>
mPackage
mHandler, mOnFailureListeners, mOnSuccessListeners
Constructor and Description |
---|
QueryTableInformationCommand(byte address,
int tableNumber) |
Modifier and Type | Method and Description |
---|---|
protected void |
onCheckParameterLength(byte[] parameter) |
protected TableInformation |
onParseAckReply(byte[] parameter)
This function is only called while the reply is ack.
|
onGetBytes, onGetErrorCode, onGetErrorCode, onGetErrorMessage
addOnFailureListener, addOnSuccessListener, clearOnFailureListener, clearOnSuccessListener, getReplyTimeout, parseAckReply, parseNakReply, parseNakReply, removeOnFailureListener, removeOnSuccessListener, toBytes
public QueryTableInformationCommand(byte address, int tableNumber)
protected TableInformation onParseAckReply(byte[] parameter)
BaseCommand
onParseAckReply
in class BaseCommand<TableInformation,Team3GNetPlusParams.Result>
protected void onCheckParameterLength(byte[] parameter) throws ErrorParameterException
onCheckParameterLength
in class BaseCommand<TableInformation,Team3GNetPlusParams.Result>
ErrorParameterException