| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device |
The API for a device to communicate with an IoT Hub.
|
| com.microsoft.azure.sdk.iot.device.twin |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalClient.subscribeToMethods(MethodCallback methodCallback,
java.lang.Object methodCallbackContext)
Subscribes to direct methods.
|
void |
InternalClient.subscribeToMethods(MethodCallback methodCallback,
java.lang.Object methodCallbackContext,
int timeoutMilliseconds)
Subscribes to direct methods.
|
void |
InternalClient.subscribeToMethodsAsync(MethodCallback methodCallback,
java.lang.Object methodCallbackContext,
SubscriptionAcknowledgedCallback methodStatusCallback,
java.lang.Object methodStatusCallbackContext)
Subscribes to direct methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DirectMethod.subscribeToDirectMethods(MethodCallback methodCallback,
java.lang.Object deviceMethodCallbackContext)
A method which subscribes to receive device method invocation for the user with the IotHub.
|
Copyright © 2023. All rights reserved.