| Package | Description |
|---|---|
| com.baidubce.services.iothisk.device.model | |
| com.baidubce.services.iothisk.device.utils |
| Modifier and Type | Method and Description |
|---|---|
DeviceSdkType |
Device.getDeviceSdkType()
Get device sdk type
|
DeviceSdkType |
ActiveMessage.getSdkType()
Get device sdk type
|
static DeviceSdkType |
DeviceSdkType.parse(String value)
Parse string type status code to corresponding device sdk type
|
static DeviceSdkType |
DeviceSdkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceSdkType[] |
DeviceSdkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Device.setDeviceSdkType(DeviceSdkType deviceSdkType)
Set device sdk type
|
void |
ActiveMessage.setSdkType(DeviceSdkType sdkType)
Set device sdk type
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CounterUtils.validCounter(DeviceSdkType deviceSdkType,
long counter,
long currentCounter)
Check message counter to against replay attack.
|
Copyright © 2022. All rights reserved.