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