Uses of Interface
com.cumulocity.sdk.client.devicecontrol.DeviceControlApi
-
Packages that use DeviceControlApi Package Description com.cumulocity.sdk.client com.cumulocity.sdk.client.devicecontrol com.cumulocity.sdk.client.devicecontrol.autopoll -
-
Uses of DeviceControlApi in com.cumulocity.sdk.client
Methods in com.cumulocity.sdk.client that return DeviceControlApi Modifier and Type Method Description DeviceControlApiPlatform. getDeviceControlApi()DeviceControlApiPlatformImpl. getDeviceControlApi() -
Uses of DeviceControlApi in com.cumulocity.sdk.client.devicecontrol
Classes in com.cumulocity.sdk.client.devicecontrol that implement DeviceControlApi Modifier and Type Class Description classDeviceControlApiImpl -
Uses of DeviceControlApi in com.cumulocity.sdk.client.devicecontrol.autopoll
Constructors in com.cumulocity.sdk.client.devicecontrol.autopoll with parameters of type DeviceControlApi Constructor Description OperationsByAgentAndStatusPollerImpl(DeviceControlApi deviceControlApi, String agentId, OperationStatus status, OperationProcessor operationProcessor)OperationsQueueHandler(OperationProcessor operationProcessor, OperationsQueue queue, DeviceControlApi deviceControlApi)
-