SetConfigCommand
public class SetConfigCommand extends ProtoCommandRequest
Constructors
SetConfigCommand
public SetConfigCommand(DeviceConfigElement config)
Parameters
Name | Description |
---|---|
DeviceConfigElement config
|
Methods
parseResponse
public Result<Boolean> parseResponse(byte[] respByte)
Parses the raw response received from the tag into aResultobject.
Parameters
Name | Description |
---|---|
byte[] respByte
|
the response received from the tag |
ReturnValue
Name | Description |
---|---|
Result<Boolean>
|
a Result with either the parsed data or an error. |
getRequest
public Request getRequest()
Returns the request to be sent to the tag.
ReturnValue
Name | Description |
---|---|
Request
|
Writes Key-Value pair to tag.