requestId (property)

A unique identifier for outgoing packets.

Syntax

@property (nonatomic,readonly,assign,getter=requestId) int requestId;
- (int)requestId;
public var requestId: Int32 {
  get {...}
}

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]