MessageFirstAcquirer Property

Whether this message may have been acquired by other links previously.

Syntax

ANSI (Cross Platform)
int GetMessageFirstAcquirer();
int SetMessageFirstAcquirer(int bMessageFirstAcquirer); Unicode (Windows) BOOL GetMessageFirstAcquirer();
INT SetMessageFirstAcquirer(BOOL bMessageFirstAcquirer);
@property (nonatomic,readwrite,assign,getter=messageFirstAcquirer,setter=setMessageFirstAcquirer:) BOOL messageFirstAcquirer;
- (BOOL)messageFirstAcquirer;
- (void)setMessageFirstAcquirer:(BOOL)newMessageFirstAcquirer;
#define PID_AMQP_MESSAGEFIRSTACQUIRER 53

IPWORKSIOT_EXTERNAL void* IPWORKSIOT_CALL IPWorksIoT_AMQP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSIOT_EXTERNAL int IPWORKSIOT_CALL IPWorksIoT_AMQP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

Whether this message may have been acquired by other links previously.

This property specifies whether this message might have previously been acquired by other links.

This property is not available at design time.

Data Type

Boolean

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