SenderAddress Property

The address of the ESME.

Syntax

ANSI (Cross Platform)
char* GetSenderAddress();
int SetSenderAddress(const char* lpszSenderAddress); Unicode (Windows) LPWSTR GetSenderAddress();
INT SetSenderAddress(LPCWSTR lpszSenderAddress);
@property (nonatomic,readwrite,assign,getter=senderAddress,setter=setSenderAddress:) NSString* senderAddress;
- (NSString*)senderAddress;
- (void)setSenderAddress:(NSString*)newSenderAddress;
#define PID_SMPP_SENDERADDRESS 19

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 contains the address of the ESME. The SMPP protocol allows an External Short Messaging Entity (ESME) to specify its address, whether it is a phone number or an IP address. If This property is not set, the class will default to the value in LocalHost.

Data Type

String

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