IPWorks IoT 2020 Python Edition

Questions / Feedback?

request_e_tag Property

The request ETag.

Syntax

def get_request_e_tag() -> bytes: ...
def set_request_e_tag(value: bytes) -> None: ...

request_e_tag = property(get_request_e_tag, set_request_e_tag)

Default Value

""

Remarks

When the class is operating in client mode (i.e., the listening property is disabled), this property specifies the ETag that should be included in outgoing requests. Leave it empty to prevent an Etag option from being included.

When the class is operating in server mode (i.e., the listening property is enabled), this property is populated with the ETag included in incoming requests (if any) anytime the on_request event fires. It will be empty if an Etag option was not included.

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