java.lang.Object |
↳ |
mason.hardware.platform.ecg.ECGEvent |
Known Direct Subclasses
ECGEnergy, ECGExecuteResponse, ECGFwVersion, ECGHeartRate, ECGHeartRateVariability, ECGLibConfig, ECGSamples, ECGStress, ECGUserID, ECGUserMetadata, ECGUserPresence
|
Class Overview
Base class for all ECG sensor events.
Summary
Public Constructors |
|
ECGEvent(int type, int subtype)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
ECGEvent
(int type, int subtype)
Parameters |
type |
int |
subtype |
int |
Public Methods
public
int
getSubtype
()
Returns |
int |
sensor subtype
|