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

TypeOfService Property

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

Object Oriented Interface

public function getTypeOfService();
public function setTypeOfService($value);

Procedural Interface

ipworks_ping_get($res, 11 );
ipworks_ping_set($res, 11, $value );

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

This property is not available at design time.

Data Type

Integer

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