entry_device_name Property

The device of the phonebook entry pointed to by PhonebookEntry .

Syntax

def get_entry_device_name() -> str: ...
def set_entry_device_name(value: str) -> None: ...

entry_device_name = property(get_entry_device_name, set_entry_device_name)

Default Value

""

Remarks

This property contains the device of the phonebook entry pointed to by phonebook_entry. This property is filled in automatically every time phonebook_entry is set to an existing entry.

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