IPWorks IoT 2020 Python Edition

Questions / Feedback?

link_ready_to_send Property

Whether this link is ready to send a message.

Syntax

def get_link_ready_to_send(link_index: int) -> bool: ...

Default Value

FALSE

Remarks

Whether this link is ready to send a message.

This property reflects whether this link is currently ready to send a message or not; it always returns False if link_role is lrReceiver (1).

The link_index parameter specifies the index of the item in the array. The size of the array is controlled by the link_count property.

This property is read-only.

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