Package beepy :: Package core :: Module message
[show private | hide private]
[frames | no frames]

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.

Variable Summary
int TYPE_ANS = 2                                                                     
int TYPE_ERR = 3                                                                     
int TYPE_MSG = 0                                                                     
int TYPE_NUL = 4                                                                     
int TYPE_RPY = 1                                                                     

Variable Details

TYPE_ANS

Type:
int
Value:
2                                                                     

TYPE_ERR

Type:
int
Value:
3                                                                     

TYPE_MSG

Type:
int
Value:
0                                                                     

TYPE_NUL

Type:
int
Value:
4                                                                     

TYPE_RPY

Type:
int
Value:
1                                                                     

Generated by Epydoc 2.0 on Thu Sep 30 14:39:26 2004 http://epydoc.sf.net