senderAddress (property)

The address of the ESME.

Syntax

@property (nonatomic,readwrite,assign,getter=senderAddress,setter=setSenderAddress:) NSString* senderAddress;
- (NSString*)senderAddress;
- (void)setSenderAddress:(NSString*)newSenderAddress;
public var senderAddress: String {
  get {...}
set {...} }

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.

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