public class RequestStatusCode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FAIL_ALREADY_BUSY_EXTERNAL
The request was not processed because the device is already processing a request from another PCC.
|
static int |
FAIL_BAD_PARAMS
The request was not processed because a parameter was missing or an invalid value was passed.
|
static int |
FAIL_CANCELLED
The request was cancelled.
|
static int |
FAIL_DEVICE_COMMUNICATION_FAILURE
The request did not finish processing because there was a failure communicating with the device during its execution.
|
static int |
FAIL_DEVICE_TRANSMISSION_LOST
The request did not finish processing because there was a failure communicating with the device during its execution.
|
static int |
FAIL_NO_PERMISSION
The request was not processed because a permission check failed.
|
static int |
FAIL_NOT_SUPPORTED
The request was recognized but is not supported by the target
|
static int |
FAIL_OTHER
The request failed for an unknown reason.
|
static int |
SUCCESS
The request was successful.
|
Constructor and Description |
---|
RequestStatusCode() |
public static final int SUCCESS
public static final int FAIL_CANCELLED
public static final int FAIL_OTHER
public static final int FAIL_ALREADY_BUSY_EXTERNAL
AntPluginMsgDefines.DeviceStateCodes.PROCESSING_REQUEST
(busy) and
AntPluginMsgDefines.DeviceStateCodes.TRACKING
(idle)
on your AntPluginPcc.IDeviceStateChangeReceiver
to know when to submit your request or try to submit your request again.public static final int FAIL_DEVICE_COMMUNICATION_FAILURE
public static final int FAIL_DEVICE_TRANSMISSION_LOST
public static final int FAIL_BAD_PARAMS
public static final int FAIL_NO_PERMISSION
public static final int FAIL_NOT_SUPPORTED
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.