caller_id Property

The identifier of the caller.

Syntax

def get_caller_id() -> str: ...
def set_caller_id(value: str) -> None: ...

caller_id = property(get_caller_id, set_caller_id)

Default Value

""

Remarks

This property contains the identifier of the caller. This may also provide authentication to the SNPP server and may include other authentication information as requested by the server you are connecting to.

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