typeOfService (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=typeOfService,setter=setTypeOfService:) int typeOfService;
- (int)typeOfService;
- (void)setTypeOfService:(int)newTypeOfService;
public var typeOfService: Int32 {
  get {...}
set {...} }

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 iOS Edition - Version 20.0 [Build 8307]