phoneNumber (property)

The number to dial when directly dialing the remote machine without the help of a PhonebookEntry .

Syntax

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

Default Value

""

Remarks

This property contains the number to dial when directly dialing the remote machine without the help of a PhonebookEntry. User, PhoneNumber, Password, and optionally Domain and CallbackNumber are used when PhonebookEntry is empty.

Calling the Connect method attempts a connection.

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