password Property

The password to use when direct dialing the remote machine.

Syntax

def get_password() -> str: ...
def set_password(value: str) -> None: ...

password = property(get_password, set_password)

Default Value

""

Remarks

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]