DeviceInfoCommand
public class DeviceInfoCommand extends ProtoCommandRequest
Constructors
DeviceInfoCommand
public DeviceInfoCommand(int componentId)
Creates a new instance of DeviceInfoCommand.
Parameters
Name | Description |
---|---|
int componentId
|
componentId for the command. |
Methods
getExtension
public
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
|
Command for getting device information.