system_type Property

A string representing the type of system during a connection.

Syntax

def get_system_type() -> str: ...
def set_system_type(value: str) -> None: ...

system_type = property(get_system_type, set_system_type)

Default Value

""

Remarks

This property contains a string representing the type of system during a connection. Some SMS servers require that a system type be supplied during connection. The system type is a string representation, usually as an abbreviation, of a particular kind of system. The string cannot exceed 12 bytes.

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