IPWorks IoT 2020 Python Edition

Questions / Feedback?

response_data Property

The response data.

Syntax

def get_response_data() -> bytes: ...
def set_response_data(value: bytes) -> None: ...

response_data = property(get_response_data, set_response_data)

Default Value

""

Remarks

When the class is operating in client mode (i.e., the listening property is disabled), this property is populated with the data included in incoming responses (if any) anytime the on_request_complete event fires.

When the class is operating in server mode (i.e., the listening property is enabled), this property specifies the data that should be included in outgoing responses (regardless of whether they are sent immediately after on_request fires, or later using send_response or send_notification).

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