Home | Trees | Index | Help |
---|
Package beepy :: Package core :: Module frame :: Class SEQFrame |
|
Frame
--+
|
SEQFrame
Method Summary | |
---|---|
__init__(self,
channelnum,
ackno,
window,
databuffer)
| |
__str__(self)
| |
Converts a bytestring data buffer to a frame object. | |
_checkValues(self,
channelnum,
ackno,
window)
|
Class Variable Summary | |
---|---|
long |
ackno = -1L
|
int |
channelnum = -1 |
str |
dataFrameType = 'SEQ'
|
str |
frameType = 'seq'
|
str |
TRAILER = '\r\n'
|
int |
window = -1 |
Method Details |
---|
_bufferToFrame(self, data)Converts a bytestring data buffer to a frame object.
|
Class Variable Details |
---|
ackno
|
channelnum
|
dataFrameType
|
frameType
|
TRAILER
|
window
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Thu Sep 30 14:39:25 2004 | http://epydoc.sf.net |