handle Property

The handle of the connection. 0 if invalid or not connected.

Syntax

def get_handle() -> int: ...
def set_handle(value: int) -> None: ...

handle = property(get_handle, set_handle)

Default Value

0

Remarks

This property is used when trying to disconnect a connection through the disconnect method. The on_connected_entry event provides the handle of each connection. Assigning an invalid value to this property and attempting to disconnect may cause the application to behave in an unpredictable manner.

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