RenameTagCommand

public final class RenameTagCommand extends ProtoCommandRequest

Command for renaming the Jacquard tag.

A command can be send to a connected tag viaConnectedJacquardTag

Constructors

RenameTagCommand

public RenameTagCommand(String tagName)

Creates a new instance of RenameTagCommand and when executed will rename the tag with provided tagName.

Parameters

Name Description
String tagName

the advertising name to rename to the tag.

Methods

excludeResponseErrorChecks

public boolean excludeResponseErrorChecks()

ReturnValue

Name Description
boolean

getRequest

public JacquardProtocol.Request getRequest()

ReturnValue

Name Description
JacquardProtocol.Request

parseResponse

public Result<String> parseResponse(byte[] res)

Parameters

Name Description
byte[] res

ReturnValue

Name Description
Result<String>