TypeOfService Property

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

Syntax

ANSI (Cross Platform)
int GetTypeOfService();
int SetTypeOfService(int iTypeOfService); Unicode (Windows) INT GetTypeOfService();
INT SetTypeOfService(INT iTypeOfService);
@property (nonatomic,readwrite,assign,getter=typeOfService,setter=setTypeOfService:) int typeOfService;
- (int)typeOfService;
- (void)setTypeOfService:(int)newTypeOfService;
#define PID_PING_TYPEOFSERVICE 11

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Ping_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Ping_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]