SMPPServer Property

The SMPP entity to which the class will connect.

Syntax

ANSI (Cross Platform)
char* GetSMPPServer();
int SetSMPPServer(const char* lpszSMPPServer); Unicode (Windows) LPWSTR GetSMPPServer();
INT SetSMPPServer(LPCWSTR lpszSMPPServer);
@property (nonatomic,readwrite,assign,getter=SMPPServer,setter=setSMPPServer:) NSString* SMPPServer;
- (NSString*)SMPPServer;
- (void)setSMPPServer:(NSString*)newSMPPServer;
#define PID_SMPP_SMPPSERVER 22

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_SMPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_SMPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property is the instant messaging server to which the class will connect when the Connect method is called. This property must contain a valid SMPP service application address.

Data Type

String

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