InitState
public abstract class InitState extends Object
Constructors
| Name | Description |
|---|---|
public InitState()
|
Methods
init
public abstract void init()
Init started.
ReturnValue
| Name | Description |
|---|---|
void
|
tagDfu
public abstract FirmwareUpdateState tagDfu()
Tag dfu is in progress.
ReturnValue
| Name | Description |
|---|---|
FirmwareUpdateState
|
Exact dfu progress. |
moduleDfu
public abstract FirmwareUpdateState moduleDfu()
Module dfu is in progress.
ReturnValue
| Name | Description |
|---|---|
FirmwareUpdateState
|
Exact dfu progress. |
checkForUpdates
public abstract void checkForUpdates()
Checking if updates available for tag or module.
ReturnValue
| Name | Description |
|---|---|
void
|
initialized
public abstract void initialized()
ImuModuleis initialized.
ReturnValue
| Name | Description |
|---|---|
void
|
activate
public abstract void activate()
Activating module.
ReturnValue
| Name | Description |
|---|---|
void
|
getType
public abstract Type getType()
ReturnValue
| Name | Description |
|---|---|
Type
|
isType
public boolean isType(Type type)
Parameters
| Name | Description |
|---|---|
Type type
|
ReturnValue
| Name | Description |
|---|---|
boolean
|
States included inImuModuleinit process.