entry_device_type Property

The device type of the phonebook entry pointed to by PhonebookEntry .

Syntax

def get_entry_device_type() -> str: ...
def set_entry_device_type(value: str) -> None: ...

entry_device_type = property(get_entry_device_type, set_entry_device_type)

Default Value

""

Remarks

This property contains the device type 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]