public class

ECGExecuteResponse

extends ECGEvent
java.lang.Object
   ↳ mason.hardware.platform.ecg.ECGEvent
     ↳ mason.hardware.platform.ecg.ECGExecuteResponse

Class Overview

Expose the result from execution of commands. It can expose success as well as failure reason codes. Device dependent.

Summary

Public Methods
int getCommandId()
String getCommandName()
int getResponse()
[Expand]
Inherited Methods
From class mason.hardware.platform.ecg.ECGEvent
From class java.lang.Object

Public Methods

public int getCommandId ()

Returns
int command identifier. Device dependent.

public String getCommandName ()

Returns
String command name. Device dependent.

public int getResponse ()

Returns
int response code. Device dependent.