IPWorks IoT 2020 Delphi Edition

Questions / Feedback?

PendingRequests Property

Collection of pending requests.

Syntax

property PendingRequests: TiotCoAPRequestList read get_PendingRequests;

Remarks

This collection property holds a list of CoAPRequest items.

When the component is operating in client mode (i.e., the Listening property is disabled), each item represents an outgoing request for which a response has not yet been received.

When the component is operating in server mode (i.e., the Listening property is enabled), each item represents an incoming request for which a response has not yet been sent.

This property is read-only and not available at design time.

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