phone_number Property

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

Syntax

def get_phone_number() -> str: ...
def set_phone_number(value: str) -> None: ...

phone_number = property(get_phone_number, set_phone_number)

Default Value

""

Remarks

This property contains the number to dial when directly dialing the remote machine without the help of a phonebook_entry. user, phone_number, password, and optionally domain and callback_number are used when phonebook_entry is empty.

Calling the connect method attempts a connection.

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