| Home | Trees | Index | Help |
|---|
| Package beepy :: Package core :: Module message :: Class Message |
|
| Method Summary | |
|---|---|
| |
__copy__(self)
| |
__len__(self)
| |
__repr__(self)
| |
__str__(self)
| |
Appends data to the Message payload | |
Check to see if this is an ANS frame | |
Check to see if this is an ERR frame | |
Check to see if this is a MSG frame | |
Check to see if this is a NUL frame | |
Check to see if this is a RPY frame | |
| Method Details |
|---|
__init__(self,
dataframe=None,
msgType=None,
msgno=None,
payload='',
ansno=None,
cb=None,
args=None)
|
append(self, data)Appends data to the Message payload |
isANS(self)Check to see if this is an ANS frame
|
isERR(self)Check to see if this is an ERR frame
|
isMSG(self)Check to see if this is a MSG frame
|
isNUL(self)Check to see if this is a NUL frame
|
isRPY(self)Check to see if this is a RPY frame
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 | http://epydoc.sf.net |