| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.device.transport.amqps |
AMQPS IoT Hub transport and communication classes.
|
| Modifier and Type | Method and Description |
|---|---|
static AmqpsMessage.ACK_TYPE |
AmqpsMessage.ACK_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AmqpsMessage.ACK_TYPE[] |
AmqpsMessage.ACK_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpsMessage.acknowledge(AmqpsMessage.ACK_TYPE ackType)
Sends acknowledgement of this message using the provided ACK_TYPE.
|
Copyright © 2017. All rights reserved.