message_sub_type Property

The subtype of the ICMP message (part of the ICMP header).

Syntax

def get_message_sub_type() -> int: ...
def set_message_sub_type(value: int) -> None: ...

message_sub_type = property(get_message_sub_type, set_message_sub_type)

Default Value

0

Remarks

This property contains the subtype of the ICMP message (part of the ICMP header). The ICMP message subtype (also referred to as 'code') is a byte value representing the message subclass. Its meaning is associated with the message_type.

Types and subtypes for ICMP messages are defined in the various internet RFCs and other documentation associated with TCP/IP.

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