UjtWriteConfigCommand

public class UjtWriteConfigCommand extends ProtoCommandRequest

Command for writingBleConfigurationto the tag.

A command can be send to a connected tag viaConnectedJacquardTag

Constructors

UjtWriteConfigCommand

public UjtWriteConfigCommand(BleConfiguration configuration)

Creates a new instance of UjtWriteConfigCommand and when executed will apply the providedBleConfigurationto the tag.

Parameters

Name Description
BleConfiguration configuration

the configuration to write to the tag.

UjtWriteConfigCommand

public UjtWriteConfigCommand(ImuConfiguration imuConfiguration)

Parameters

Name Description
ImuConfiguration imuConfiguration

UjtWriteConfigCommand

public UjtWriteConfigCommand(BleConfiguration bleConfiguration, ImuConfiguration imuConfiguration)

Creates a new instance of UjtWriteConfigCommand and when executed will apply the providedBleConfigurationto the tag.

Parameters

Name Description
BleConfiguration bleConfiguration

the configuration to write to the tag.

ImuConfiguration imuConfiguration

Methods

parseResponse

public Result<Response> parseResponse(byte[] respByte)

Parameters

Name Description
byte[] respByte

ReturnValue

Name Description
Result<Response>

getRequest

public Request getRequest()

ReturnValue

Name Description
Request