32 package com.neuronrobotics.sdk.common;
129 if(
data.getRPC().equals(
"_err")) {
130 Integer zone=Integer.valueOf(
data.getData().
getByte(0));
131 Integer section=Integer.valueOf(
data.getData().
getByte(1));
164 throw new InvalidResponseException(
"Error with GET parsing, mostlikely the channel mode does not have a GET functionality.");
224 rtn += String.format(
"%02x ", x);
226 rtn = rtn.substring(0, rtn.length()-1);
227 return rtn.toUpperCase();
void setNamespaceIndex(int namespaceIndex)
BowlerDatagram validate(BowlerDatagram data)
void setData(ByteList data)
void setMethod(BowlerMethod method)
static BowlerAbstractCommand parse(BowlerDatagram data)
ByteList getCallingDataStorage()
void setOpCode(String opCode)
synchronized boolean add(byte data)