| Package | Description |
|---|---|
| com.ibm.wiotp.sdk.device | |
| com.ibm.wiotp.sdk.devicemgmt | |
| com.ibm.wiotp.sdk.devicemgmt.internal | |
| com.ibm.wiotp.sdk.gateway |
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
ManagedDevice.getDeviceData() |
| Constructor and Description |
|---|
ManagedDevice(DeviceConfig config,
DeviceData deviceData)
Constructor that creates a ManagedDevice object, but does not connect to
IBM Watson IoT Platform connect yet
|
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
DeviceData.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
ManagedClient.getDeviceData() |
| Modifier and Type | Method and Description |
|---|---|
DeviceData |
ManagedGateway.getAttachedDeviceData(String typeId,
String deviceId)
Returns the DeviceData of the attached device.
|
DeviceData |
ManagedGateway.getGatewayDeviceData()
Returns the DeviceData of the gateway.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManagedGateway.sendDeviceManageRequest(String typeId,
String deviceId,
DeviceData deviceData,
long lifetime,
boolean supportFirmwareActions,
boolean supportDeviceActions)
Sends a device manage request to IBM Watson IoT Platform
|
boolean |
ManagedGateway.sendDeviceManageRequest(String typeId,
String deviceId,
DeviceData deviceData,
long lifetime,
boolean supportFirmwareActions,
boolean supportDeviceActions,
List<String> bundleIds)
Sends a device manage request to IBM Watson IoT Platform
|
| Constructor and Description |
|---|
ManagedGateway(GatewayConfig config,
DeviceData deviceData)
Constructor that creates a ManagedGateway object using the properties file, but does not connect to
IBM Watson IoT Platform yet.
|
Copyright © 2019. All rights reserved.