Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 566 Bytes

File metadata and controls

19 lines (13 loc) · 566 Bytes

Messages

Pre-defined message classes for UnetStack communication.

Import

from unetpy import DatagramReq, DatagramNtf, RxFrameNtf

Pre-defined message classes for UnetStack communication.

This module provides message class definitions for all standard UnetStack messages. Messages are created using fjagepy.MessageClass and follow the UnetStack class hierarchy.

Messages follow the UnetStack inheritance hierarchy. For example, RxFrameNtf extends DatagramNtf, so isinstance(rx, DatagramNtf) returns True for RxFrameNtf instances.