OutgoingMessageCount Property
The number of records in the OutgoingMessage arrays.
Syntax
ANSI (Cross Platform) int GetOutgoingMessageCount(); Unicode (Windows) INT GetOutgoingMessageCount();
@property (nonatomic,readonly,assign,getter=outgoingMessageCount) int outgoingMessageCount; - (int)outgoingMessageCount;
#define PID_MQTT_OUTGOINGMESSAGECOUNT 28 IPWORKSMQ_EXTERNAL void* IPWORKSMQ_CALL IPWorksMQ_MQTT_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
Default Value
0
Remarks
This property controls the size of the following arrays:
- OutgoingMessageContentType
- OutgoingMessageCorrelationData
- OutgoingMessageDuplicate
- OutgoingMessageMessage
- OutgoingMessageMessageExpInterval
- OutgoingMessagePacketId
- OutgoingMessagePayloadFormatIndicator
- OutgoingMessageQoS
- OutgoingMessageResponseTopic
- OutgoingMessageRetained
- OutgoingMessageState
- OutgoingMessageSubscriptionIdentifiers
- OutgoingMessageTopic
- OutgoingMessageTopicAlias
The array indices start at 0 and end at OutgoingMessageCount - 1.
This property is read-only and not available at design time.
Data Type
Integer