request_id Property

A unique identifier for outgoing packets.

Syntax

def get_request_id() -> int: ...

request_id = property(get_request_id, None)

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 on_response event is used to match requests with responses.

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

This property is read-only.

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