StartImuSessionCommand

public class StartImuSessionCommand extends ProtoCommandRequest

UJT command to start IMU session. It will return session id if successful.

Constructors

Name Description
public StartImuSessionCommand()

Initializes the command.

Methods

parseResponse

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

Parameters

Name Description
byte[] respByte

ReturnValue

Name Description
Result<String>

excludeResponseErrorChecks

public boolean excludeResponseErrorChecks()

ReturnValue

Name Description
boolean

getRequest

public Request getRequest()

ReturnValue

Name Description
Request