IPWorks IoT 2020 Python Edition

Questions / Feedback?

message_body Property

The message body.

Syntax

def get_message_body() -> bytes: ...
def set_message_body(value: bytes) -> None: ...

message_body = property(get_message_body, set_message_body)

Default Value

""

Remarks

The message body.

This property holds the body of the message. It may be empty.

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