ReceivedMessageTimestamp Property

The message's timestamp.

Syntax

ANSI (Cross Platform)
int64 GetReceivedMessageTimestamp();

Unicode (Windows)
LONG64 GetReceivedMessageTimestamp();
@property (nonatomic,readonly,assign,getter=receivedMessageTimestamp) long long receivedMessageTimestamp;
- (long long)receivedMessageTimestamp;
#define PID_AMQPCLASSIC_RECEIVEDMESSAGETIMESTAMP 86

IPWORKSIOT_EXTERNAL void* IPWORKSIOT_CALL IPWorksIoT_AMQPClassic_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

Remarks

The message's timestamp.

This property holds the timestamp of the message, specified as milliseconds since the Unix epoch (January 1, 1970 00:00:00 UTC). It may be less than or equal to 0 (default) if the message does not have a timestamp set.

This property is read-only and not available at design time.

Data Type

Long64

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 C++ Edition - Version 20.0 [Build 8265]