Struct ZIAsyncReply#
Defined in File ziAPI.h
-
struct ZIAsyncReply#
Public Members
-
ZITimeStamp timeStamp#
Time stamp of the reply (server clock)
-
ZITimeStamp sampleTimeStamp#
Time stamp of the target node sample, to which the reply belongs.
-
uint16_t command#
Command: 1 - ziAPIAsyncSetDoubleData 2 - ziAPIAsyncSetIntegerData 3 - ziAPIAsyncSetByteArray 4 - ziAPIAsyncSubscribe 5 - ziAPIAsyncUnSubscribe 6 - ziAPIAsyncGetValueAsPollData.
-
uint16_t resultCode#
Command result code (cast to ZIResult_enum)
-
ZIAsyncTag tag#
Tag sent along with the async command.
-
ZITimeStamp timeStamp#