DeviceInfoCommand

public class DeviceInfoCommand extends ProtoCommandRequest

Command for getting device information.

Constructors

DeviceInfoCommand

public DeviceInfoCommand(int componentId)

Creates a new instance of DeviceInfoCommand.

Parameters

Name Description
int componentId

componentId for the command.

Methods

getExtension

public getExtension()

ReturnValue

Name Description

parseResponse

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

Parameters

Name Description
byte[] respByte

ReturnValue

Name Description
Result<DeviceInfo>

getRequest

public Request getRequest()

ReturnValue

Name Description
Request