Package pyrobot :: Package system :: Module ClientServer :: Class Message
[frames | no frames]

Class Message


This class will be the main block of communication
between server/client
Possible types:

1- RawCode: Raw code to run
        type: 'ExecCode'
        body: String containing all commands to be executed
        agrs: none
2- type: 'OK' confirmation of something body: 'the something'
3- type: 'Error', body: 'Error message'

Method Summary
  __init__(self, type, body, args)
  toString(self)

Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 http://epydoc.sf.net