public class StatusData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StatusData.ScanAndPairStates
Defines the different states of the scan and pir/unpair.
|
| Constructor and Description |
|---|
StatusData() |
| Modifier and Type | Method and Description |
|---|---|
ScanAndPairResults |
getResult()
When the state is ERROR, this method can be used to find out the
exact error information.
|
StatusData.ScanAndPairStates |
getState()
State of the scanAndPair or scanAndUnpair method.
|
public StatusData.ScanAndPairStates getState()
public ScanAndPairResults getResult()