public class AntPlusBloodPressurePcc.IpcDefines
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | MSG_CMD_BLOODPRESSURE_REQUESTDOWNLOADMEASUREMENTS_PARAM_boolDOWNLOADNEWONLYTrue 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_boolMONITORFORNEWMEASUREMENTSFalse to limit downloading to existing files and automatically close the request when finished downloading. | 
| static java.lang.String | MSG_CMD_BLOODPRESSURE_REQUESTRESETDATAANDSETTIME_PARAM_boolDOSETTIMETrue to update the device time to the current UTC time. | 
| static int | MSG_CMD_BLOODPRESSURE_whatCANCELDOWNLOADMEASUREMENTSMONITORCancels an open requestDownloadMeasurements in monitorForNewMeasurements mode made by this application. | 
| static int | MSG_CMD_BLOODPRESSURE_whatREQUESTANTFSMFGIDRequests the ANT-FS manufacturer ID of the device. | 
| static int | MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADALLHISTORYUsed to generate blood pressure data key definitions | 
| static int | MSG_CMD_BLOODPRESSURE_whatREQUESTDOWNLOADMEASUREMENTSRequests downloading measurements from the blood pressure device. | 
| static int | MSG_CMD_BLOODPRESSURE_whatREQUESTRESETDATAANDSETTIMERequests 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_intSTATUSCODEThe  AntFsCommon.AntFsRequestStatusCodeindicating the result of the request. | 
| static java.lang.String | MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intFINISHEDCODEIf statusCode == FINISHED this is  AntFsCommon.AntFsRequestStatusCodeindicating the final result of the request. | 
| static java.lang.String | MSG_EVENT_BLOODPRESSURE_DOWNLOADMEASUREMENTSSTATUS_PARAM_intSTATUSCODEThe  AntPlusBloodPressurePcc.DownloadMeasurementsStatusCodeindicating the status of the request. | 
| static java.lang.String | MSG_EVENT_BLOODPRESSURE_MEASUREMENTDOWNLOADED_PARAM_parcelableMEASUREMENTThe measurement downloaded. | 
| static java.lang.String | MSG_EVENT_BLOODPRESSURE_RESETDATAANDSETTIMEFINISHED_PARAM_intSTATUSCODEThe  AntFsCommon.AntFsRequestStatusCodeindicating the result of the request. | 
| static int | MSG_EVENT_BLOODPRESSURE_whatDOWNLOADALLHISTORYFINISHEDReceives the result of a  #requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver)command. | 
| static int | MSG_EVENT_BLOODPRESSURE_whatDOWNLOADMEASUREMENTSSTATUSReceives the status of a  #requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver)request. | 
| static int | MSG_EVENT_BLOODPRESSURE_whatMEASUREMENTDOWNLOADEDReceives measurements as they are downloaded by a  #requestDownloadMeasurements(boolean, boolean, IDownloadMeasurementsStatusReceiver, IMeasurementDownloadedReceiver, IAntFsProgressUpdateReceiver)request. | 
| static int | MSG_EVENT_BLOODPRESSURE_whatRESETDATAANDSETTIMEFINISHEDReceives the result of a  #requestResetDataAndSetTime(boolean, IResetDataAndSetTimeFinishedReceiver, IAntFsProgressUpdateReceiver)command. | 
| static java.lang.String | PATH_ANTPLUS_BLOODPRESSUREPLUGIN_PKGThe plugin package path. | 
| static java.lang.String | PATH_ANTPLUS_BLOODPRESSUREPLUGIN_SERVICEThe 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.