public class AntPlusWeightScalePcc.IpcDefines
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MSG_CMD_WEIGHTSCALE_whatREQUESTADVANCEDMEASUREMENT
Requests advanced weight measurements for the given user from the scale.
|
static int |
MSG_CMD_WEIGHTSCALE_whatREQUESTBASICMEASUREMENT
Requests a basic weight measurement from the scale.
|
static int |
MSG_CMD_WEIGHTSCALE_whatREQUESTCAPABILITIES
Requests the capabilities of weight scale and the identifier of the currently 'selected' user profile, if any.
|
static int |
MSG_CMD_WEIGHTSCALE_whatREQUESTDOWNLOADALLHISTORY
Requests a download of all of the history data from the device.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_ADVANCEDMEASUREMENTFINISHED_PARAM_intSTATUSCODE
The
AntPlusWeightScalePcc.WeightScaleRequestStatus defining the result of the measurement task. |
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_BASICMEASUREMENTFINISHED_PARAM_decimalBODYWEIGHT
Body weight value, -1 = 'Invalid', null if request was unsuccessful.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_BASICMEASUREMENTFINISHED_PARAM_intSTATUSCODE
The
AntPlusWeightScalePcc.WeightScaleRequestStatus defining the result of the measurement task. |
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_BODYWEIGHTBROADCAST_PARAM_decimalBODYWEIGHT
Body weight value of current broadcast.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_BODYWEIGHTBROADCAST_PARAM_intBODYWEIGHTSTATUS
The
AntPlusWeightScalePcc.BodyWeightStatus of the current broadcast. |
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolHISTORYSUPPORT
Indicates if scale supports storage and download of measurement history.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolUSERPROFILEEXCHANGESUPPORT
Indicates if scale supports receiving a user profile.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolUSERPROFILESELECTED
Indicates if a user profile has been 'selected' on the scale.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_intSTATUSCODE
The
AntPlusWeightScalePcc.WeightScaleRequestStatus defining the result of the request. |
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_intUSERPROFILEID
the user identifier of the scale's currently 'selected' user profile, -1 = 'Unassigned'.
|
static java.lang.String |
MSG_EVENT_WEIGHTSCALE_DOWNLOADALLHISTORYFINISHED_PARAM_intSTATUSCODE
The
AntFsCommon.AntFsRequestStatusCode indicating the result of the request. |
static int |
MSG_EVENT_WEIGHTSCALE_whatADVANCEDMEASUREMENTFINISHED
Receives the result of an advanced measurement request.
|
static int |
MSG_EVENT_WEIGHTSCALE_whatBASICMEASUREMENTFINISHED
Receives the result of a basic measurement request.
|
static int |
MSG_EVENT_WEIGHTSCALE_whatBODYWEIGHTBROADCAST
The weight value currently broadcast by the weight scale.
|
static int |
MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
Receives the result of a capabilities request.
|
static int |
MSG_EVENT_WEIGHTSCALE_whatDOWNLOADALLHISTORYFINISHED
Receives the result of a
#requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver) command. |
static java.lang.String |
PATH_ANTPLUS_WEIGHTSCALEPLUGIN_PKG
The plugin package path.
|
static java.lang.String |
PATH_ANTPLUS_WEIGHTSCALEPLUGIN_SERVICE
The plugin service path.
|
Constructor and Description |
---|
AntPlusWeightScalePcc.IpcDefines() |
public static final java.lang.String PATH_ANTPLUS_WEIGHTSCALEPLUGIN_PKG
public static final java.lang.String PATH_ANTPLUS_WEIGHTSCALEPLUGIN_SERVICE
public static final int MSG_EVENT_WEIGHTSCALE_whatBASICMEASUREMENTFINISHED
public static final java.lang.String MSG_EVENT_WEIGHTSCALE_BASICMEASUREMENTFINISHED_PARAM_intSTATUSCODE
AntPlusWeightScalePcc.WeightScaleRequestStatus
defining the result of the measurement task. Sent in the MSG_EVENT_WEIGHTSCALE_whatBASICMEASUREMENTFINISHED
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_BASICMEASUREMENTFINISHED_PARAM_decimalBODYWEIGHT
MSG_EVENT_WEIGHTSCALE_whatBASICMEASUREMENTFINISHED
event.public static final int MSG_EVENT_WEIGHTSCALE_whatADVANCEDMEASUREMENTFINISHED
public static final java.lang.String MSG_EVENT_WEIGHTSCALE_ADVANCEDMEASUREMENTFINISHED_PARAM_intSTATUSCODE
AntPlusWeightScalePcc.WeightScaleRequestStatus
defining the result of the measurement task. Sent in the MSG_EVENT_WEIGHTSCALE_whatADVANCEDMEASUREMENTFINISHED
event.public static final int MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
public static final java.lang.String MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_intSTATUSCODE
AntPlusWeightScalePcc.WeightScaleRequestStatus
defining the result of the request. Sent in the MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_intUSERPROFILEID
MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolHISTORYSUPPORT
MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolUSERPROFILEEXCHANGESUPPORT
MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_CAPABILITIESREQUESTFINISHED_PARAM_boolUSERPROFILESELECTED
MSG_EVENT_WEIGHTSCALE_whatCAPABILITIESREQUESTFINISHED
event.public static final int MSG_EVENT_WEIGHTSCALE_whatDOWNLOADALLHISTORYFINISHED
#requestDownloadAllHistory(IDownloadAllHistoryFinishedReceiver, IFitFileDownloadedReceiver, IAntFsProgressUpdateReceiver)
command.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_DOWNLOADALLHISTORYFINISHED_PARAM_intSTATUSCODE
AntFsCommon.AntFsRequestStatusCode
indicating the result of the request. Sent in the MSG_EVENT_WEIGHTSCALE_whatDOWNLOADALLHISTORYFINISHED
event.public static final int MSG_EVENT_WEIGHTSCALE_whatBODYWEIGHTBROADCAST
public static final java.lang.String MSG_EVENT_WEIGHTSCALE_BODYWEIGHTBROADCAST_PARAM_intBODYWEIGHTSTATUS
AntPlusWeightScalePcc.BodyWeightStatus
of the current broadcast. The bodyWeight parameter will only be non-null if this parameter is AntPlusWeightScalePcc.BodyWeightStatus.VALID
. Sent in the MSG_EVENT_WEIGHTSCALE_whatBODYWEIGHTBROADCAST
event.public static final java.lang.String MSG_EVENT_WEIGHTSCALE_BODYWEIGHTBROADCAST_PARAM_decimalBODYWEIGHT
MSG_EVENT_WEIGHTSCALE_whatBODYWEIGHTBROADCAST
event.public static final int MSG_CMD_WEIGHTSCALE_whatREQUESTBASICMEASUREMENT
public static final int MSG_CMD_WEIGHTSCALE_whatREQUESTADVANCEDMEASUREMENT
public static final int MSG_CMD_WEIGHTSCALE_whatREQUESTCAPABILITIES
public static final int MSG_CMD_WEIGHTSCALE_whatREQUESTDOWNLOADALLHISTORY
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.