Package tp :: Package netlib :: Package objects :: Module Message_Insert :: Class Message_Insert
[show private | hide private]
[frames | no frames]

Type Message_Insert

object --+            
         |            
    Header --+        
             |        
     Processed --+    
                 |    
           Message --+
                     |
                    Message_Insert


Method Summary
  __init__(self, sequence, id, slot, type, *args, **kw)
    Inherited from Message
  __str__(self)
Produce a string suitable to be send over the wire.
  get_types(self)
  set_types(self, value)
    Inherited from Processed
  __process__(self, data)
    Inherited from Header
  __eq__(self, other)
  __repr__(self)
Return a reconisable string.
  data_set(self, data)
Processes the data of the packet.
  fromstr(cls, data)
Look at the packet type and morph this object into the correct type. (Class method)
    Inherited from object
  __delattr__(...)
x.__delattr__('name') <==> del x.name...
  __getattribute__(...)
x.__getattribute__('name') <==> x.name...
  __hash__(x)
x.__hash__() <==> hash(x)...
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle...
  __reduce_ex__(...)
helper for pickle...
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value...

Property Summary
    Inherited from Message
  types

Class Variable Summary
int no = 20                                                                    
    Inherited from Message
str struct = 'Ij[I]SSI[iI]'
    Inherited from Header
int size = 16                                                                    

Class Variable Details

no

Type:
int
Value:
20                                                                    

Generated by Epydoc 2.1 on Fri Jan 1 08:00:27 2010 http://epydoc.sf.net