IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

MessageSubType Property

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

Object Oriented Interface

public function getMessageSubType();
public function setMessageSubType($value);

Procedural Interface

ipworks_icmpport_get($res, 6 );
ipworks_icmpport_set($res, 6, $value );

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 MessageType.

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

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]