RequestId Property

A unique identifier for outgoing packets.

Syntax

ANSI (Cross Platform)
int GetRequestId();

Unicode (Windows)
INT GetRequestId();
@property (nonatomic,readonly,assign,getter=requestId) int requestId;
- (int)requestId;
#define PID_PING_REQUESTID 6

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

Default Value

0

Remarks

This property contains a unique identifier for outgoing packets. This property is useful during asynchronous ping operations. The RequestId parameter of the Response event is used to match requests with responses.

The identifier of the outgoing ping packet is provided in this property after the PingHost method returns.

This property is read-only and 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]