public class AntPlusBloodPressurePcc.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
MSG_CMD_BLOODPRESSURE_REQUESTDOWNLOADMEASUREMENTS_PARAM_boolDOWNLOADNEWONLY
True to limit the returned measurements to only those which are newer than your last measurement received through this function.
|
static java.lang.String |
MSG_CMD_BLOODPRESSURE_REQUESTDOWNLOADMEASUREMENTS_PARAM_boolMONITORFORNEWMEASUREMENTS
False to limit downloading to existing files and automatically close the request when finished downloading.
|
static java.lang.String |
MSG_CMD_BLOODPRESSURE_REQUESTRESETDATAANDSETTIME_PARAM_boolDOSETTIME
True to update the device time to the current UTC time.
|
static int |
MSG_CMD_BLOODPRESSURE_whatCANCELDOWNLOADMEASUREMENTSMONITOR
Cancels an open requestDownloadMeasurements in monitorForNewMeasurements mode made by this application.
|
static int |
MSG_CMD_BLOODPRESSURE_whatREQUESTANTFSMFGID
Requests the ANT-FS manufacturer ID of the device.
|
static int |
MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADALLHISTORY
Used to generate blood pressure data key definitions
|
static int |
MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADMEASUREMENTS
Requests downloading measurements from the blood pressure device.
|
static int |
MSG_CMD_BLOODPRESSURE_whatREQUESTRESETDATAANDSETTIME
Requests the measurement history file to be cleared and optionally updates the device time to the current time.
|
static java.lang.String |
MSG_EVENT_BLOODPRESSURE_DOWNLOADALLHISTORYFINISHED_PARAM_intSTATUSCODE
The
AntFsCommon.AntFsRequestStatusCode indicating the result of the request. |
static java.lang.String |
MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intFINISHEDCODE
If statusCode == FINISHED this is
AntFsCommon.AntFsRequestStatusCode indicating the final result of the request. |
static java.lang.String |
MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intSTATUSCODE
The
AntPlusBloodPressurePcc.DownloadMeasurementsStatusCode indicating the status of the request. |
static java.lang.String |
MSG_EVENT_BLOODPRESSURE_MEASUREMENTDOWNLOADED_PARAM_parcelableMEASUREMENT
The measurement downloaded.
|
static java.lang.String |
MSG_EVENT_BLOODPRESSURE_RESETDATAANDSETTIMEFINISHED_PARAM_intSTATUSCODE
The
AntFsCommon.AntFsRequestStatusCode indicating the result of the request. |
static int |
MSG_EVENT_BLOODPRESSURE_whatDOWNLOADALLHISTORYFINISHED
Receives the result of a
#requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver) command. |
static int |
MSG_EVENT_BLOODPRESSURE_whatDOWNLOADMEASUREMENTSSTATUS
Receives the status of a
#requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver) request. |
static int |
MSG_EVENT_BLOODPRESSURE_whatMEASUREMENTDOWNLOADED
Receives measurements as they are downloaded by a
#requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver) request. |
static int |
MSG_EVENT_BLOODPRESSURE_whatRESETDATAANDSETTIMEFINISHED
Receives the result of a
#requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver) command. |
static java.lang.String |
PATH_ANTPLUS_BLOODPRESSUREPLUGIN_PKG
The plugin package path.
|
static java.lang.String |
PATH_ANTPLUS_BLOODPRESSUREPLUGIN_SERVICE
The plugin service path.
|
Constructor and Description |
---|
AntPlusBloodPressurePcc.IpcDefines() |
public static final java.lang.String PATH_ANTPLUS_BLOODPRESSUREPLUGIN_PKG
public static final java.lang.String PATH_ANTPLUS_BLOODPRESSUREPLUGIN_SERVICE
public static final int MSG_EVENT_BLOODPRESSURE_whatDOWNLOADALLHISTORYFINISHED
#requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver)
command.public static final java.lang.String MSG_EVENT_BLOODPRESSURE_DOWNLOADALLHISTORYFINISHED_PARAM_intSTATUSCODE
AntFsCommon.AntFsRequestStatusCode
indicating the result of the request. Sent in the MSG_EVENT_BLOODPRESSURE_whatDOWNLOADALLHISTORYFINISHED
event.public static final int MSG_EVENT_BLOODPRESSURE_whatDOWNLOADMEASUREMENTSSTATUS
#requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver)
request.public static final java.lang.String MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intSTATUSCODE
AntPlusBloodPressurePcc.DownloadMeasurementsStatusCode
indicating the status of the request. Sent in the MSG_EVENT_BLOODPRESSURE_whatDOWNLOADMEASUREMENTSSTATUS
event.public static final java.lang.String MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intFINISHEDCODE
AntFsCommon.AntFsRequestStatusCode
indicating the final result of the request. Sent in the MSG_EVENT_BLOODPRESSURE_whatDOWNLOADMEASUREMENTSSTATUS
event.public static final int MSG_EVENT_BLOODPRESSURE_whatMEASUREMENTDOWNLOADED
#requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver)
request.public static final java.lang.String MSG_EVENT_BLOODPRESSURE_MEASUREMENTDOWNLOADED_PARAM_parcelableMEASUREMENT
MSG_EVENT_BLOODPRESSURE_whatMEASUREMENTDOWNLOADED
event.public static final int MSG_EVENT_BLOODPRESSURE_whatRESETDATAANDSETTIMEFINISHED
#requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver)
command.public static final java.lang.String MSG_EVENT_BLOODPRESSURE_RESETDATAANDSETTIMEFINISHED_PARAM_intSTATUSCODE
AntFsCommon.AntFsRequestStatusCode
indicating the result of the request. Sent in the MSG_EVENT_BLOODPRESSURE_whatRESETDATAANDSETTIMEFINISHED
event.public static final int MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADALLHISTORY
public static final int MSG_CMD_BLOODPRESSURE_whatREQUESTANTFSMFGID
public static final int MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADMEASUREMENTS
public static final java.lang.String MSG_CMD_BLOODPRESSURE_REQUESTDOWNLOADMEASUREMENTS_PARAM_boolDOWNLOADNEWONLY
MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADMEASUREMENTS
command.public static final java.lang.String MSG_CMD_BLOODPRESSURE_REQUESTDOWNLOADMEASUREMENTS_PARAM_boolMONITORFORNEWMEASUREMENTS
MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADMEASUREMENTS
command.public static final int MSG_CMD_BLOODPRESSURE_whatCANCELDOWNLOADMEASUREMENTSMONITOR
public static final int MSG_CMD_BLOODPRESSURE_whatREQUESTRESETDATAANDSETTIME
public static final java.lang.String MSG_CMD_BLOODPRESSURE_REQUESTRESETDATAANDSETTIME_PARAM_boolDOSETTIME
MSG_CMD_BLOODPRESSURE_whatREQUESTRESETDATAANDSETTIME
command.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.