SendResult Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. service. messaging. SendResult
- com.
public class SendResult
The result of sending a cloud to device or cloud to module message.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | wasSentSuccessfully() |
Method Details
wasSentSuccessfully
public boolean wasSentSuccessfully()
Returns:
true if the message was sent to the service successfully, and false otherwise.