create_entry Method

Creates a PhonebookEntry .

Syntax

def create_entry() -> None: ...

Remarks

This method creates a new phonebook entry phonebook_entry with the values in entry_phone_number, entry_dns_server entry_wins_server, entry_ip_address, and entry_device_name. If the entry already exists or the entry cannot be created the class fails with an error.

Example (Creating a New Phonebook Entry)


NetDialControl.PhonebookEntry = "NewEntry"
NetDialControl.EntryPhoneNumber = "5555555"
NetDialControl.CreateEntry()

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