MessageOtherData Property

This property contains extra data elements for the current message.

Syntax

ANSI (Cross Platform)
char* GetMessageOtherData();
int SetMessageOtherData(const char* lpszMessageOtherData); Unicode (Windows) LPWSTR GetMessageOtherData();
INT SetMessageOtherData(LPCWSTR lpszMessageOtherData);
@property (nonatomic,readwrite,assign,getter=messageOtherData,setter=setMessageOtherData:) NSString* messageOtherData;
- (NSString*)messageOtherData;
- (void)setMessageOtherData:(NSString*)newMessageOtherData;
#define PID_XMPP_MESSAGEOTHERDATA 22

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

Default Value

""

Remarks

MessageOtherData will contain zero or more complete XML elements associated with the message, but which are not defined in the Jabber specification.

Data Type

String

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