type_of_service Property

The type of the ICMP message sent as a ping request.

Syntax

def get_type_of_service() -> int: ...
def set_type_of_service(value: int) -> None: ...

type_of_service = property(get_type_of_service, set_type_of_service)

Default Value

8

Remarks

This property contains the type of the ICMP message sent as a ping request. The default value is 8 (ECHO REQUEST).

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