IMServer Property

This is the instant messaging server.

Syntax

ANSI (Cross Platform)
char* GetIMServer();
int SetIMServer(const char* lpszIMServer); Unicode (Windows) LPWSTR GetIMServer();
INT SetIMServer(LPCWSTR lpszIMServer);
@property (nonatomic,readwrite,assign,getter=IMServer,setter=setIMServer:) NSString* IMServer;
- (NSString*)IMServer;
- (void)setIMServer:(NSString*)newIMServer;
#define PID_XMPP_IMSERVER 17

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

This is the instant messaging server to which the class will connect when the Connect method is called. The IMServer property must contain a valid XMPP (Jabber) server, or any subsequent calls to the Connect method will fail.

Data Type

String

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