GetResendState
- Last UpdatedSep 28, 2021
- 1 minute read
Returns a value that indicates when a "ResendAll" operation for a particular device is complete and if it has been successful.
Syntax
GetResendState(in)
-
in
Network number (short)
Return value
|
Return value |
Field key value |
Description |
|---|---|---|
|
Successful |
0 |
Last ResendAll call was successful for the device. |
|
Unsuccessful |
1 |
Last ResendAll call was unsuccessful for the device. |
|
In progress |
2 |
A ResendAll operation is currently running on the specified device. |
|
Invalid parameter |
-1 |
Device not found. |