Module beepy.core.message
BEEPy Message class
This class is used for the internal representation of a potentially
multi-Frame message. It is very similar to a Frame object, with the
sequencing information removed. This means a Message only records
information pertinent to the application layer, not the BEEP Framing and
transport layer.
Profiles and applications deal with Messages, not directly with
Frames.
Version: $Revision: 1.9 $
Author: Justin Warren
Classes |
Message |
A Message is the base unit of application data that is used by
Channels and Profiles. |
TYPE_ANS
-
- Type:
-
int
- Value:
|
TYPE_ERR
-
- Type:
-
int
- Value:
|
TYPE_MSG
-
- Type:
-
int
- Value:
|
TYPE_NUL
-
- Type:
-
int
- Value:
|
TYPE_RPY
-
- Type:
-
int
- Value:
|