ImuSessionListCommand

public class ImuSessionListCommand extends ProtoCommandRequest

Ujt command to fetch IMU session list. Once this command is executed, ujt will sendImuSessionListNotificationperImuSessionInfo.

Constructors

Name Description
public ImuSessionListCommand()

Methods

parseResponse

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

Parameters

Name Description
byte[] respByte

ReturnValue

Name Description
Result<Boolean>

getRequest

public Request getRequest()

ReturnValue

Name Description
Request