PhoneNumber Property

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

Syntax

ANSI (Cross Platform)
char* GetPhoneNumber();
int SetPhoneNumber(const char* lpszPhoneNumber); Unicode (Windows) LPWSTR GetPhoneNumber();
INT SetPhoneNumber(LPCWSTR lpszPhoneNumber);
@property (nonatomic,readwrite,assign,getter=phoneNumber,setter=setPhoneNumber:) NSString* phoneNumber;
- (NSString*)phoneNumber;
- (void)setPhoneNumber:(NSString*)newPhoneNumber;
#define PID_NETDIAL_PHONENUMBER 14

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

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.

Data Type

String

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