phones :: p_sanyo8300 :: todoentry :: Class todoentry
[hide private]
[frames] | no frames]

Class todoentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              todoentry

Instance Methods [hide private]
 
__delfield_dunno(self) source code
 
__delfield_flag(self) source code
 
__delfield_order(self) source code
 
__delfield_pad1(self) source code
 
__delfield_priority(self) source code
 
__delfield_slot(self) source code
 
__delfield_todo(self) source code
 
__delfield_todo_len(self) source code
 
__getfield_dunno(self) source code
 
__getfield_flag(self) source code
 
__getfield_order(self) source code
 
__getfield_pad1(self) source code
 
__getfield_priority(self) source code
 
__getfield_slot(self) source code
 
__getfield_todo(self) source code
 
__getfield_todo_len(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_dunno(self, value) source code
 
__setfield_flag(self, value) source code
 
__setfield_order(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_priority(self, value) source code
 
__setfield_slot(self, value) source code
 
__setfield_todo(self, value) source code
 
__setfield_todo_len(self, value) source code
 
_update(self, args, kwargs) source code
 
containerelements(self) source code
 
getfields(self) source code
 
iscontainer(self)
Do we contain fields?
source code
 
readfrombuffer(self, buf, autolog=True, logtitle='<read data>')
Reads this packet from the supplied buffer
source code
 
writetobuffer(self, buf, autolog=True, logtitle='<written data>')
Writes this packet to the supplied buffer
source code

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, getvalue, packetsize, packetspan, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __fields = ['slot', 'flag', 'todo', 'pad1', 'todo_len', 'prior...
Properties [hide private]
  dunno
Maybe always zero
  flag
0: Not used, 1: Used
  order
Gets sorted on screen in this order
  pad1
  priority
0: Normal, 1: Urgent, 2: Done
  slot
  todo
  todo_len

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

iscontainer(self)

source code 

Do we contain fields?

Overrides: prototypes.BaseProtogenClass.iscontainer
(inherited documentation)

readfrombuffer(self, buf, autolog=True, logtitle='<read data>')

source code 

Reads this packet from the supplied buffer

Overrides: prototypes.BaseProtogenClass.readfrombuffer

writetobuffer(self, buf, autolog=True, logtitle='<written data>')

source code 

Writes this packet to the supplied buffer

Overrides: prototypes.BaseProtogenClass.writetobuffer

Class Variable Details [hide private]

__fields

Value:
['slot',
 'flag',
 'todo',
 'pad1',
 'todo_len',
 'priority',
 'dunno',
 'order']

Property Details [hide private]

dunno

Maybe always zero

Get Method:
__getfield_dunno(self)
Set Method:
__setfield_dunno(self, value)
Delete Method:
__delfield_dunno(self)

flag

0: Not used, 1: Used

Get Method:
__getfield_flag(self)
Set Method:
__setfield_flag(self, value)
Delete Method:
__delfield_flag(self)

order

Gets sorted on screen in this order

Get Method:
__getfield_order(self)
Set Method:
__setfield_order(self, value)
Delete Method:
__delfield_order(self)

pad1

Get Method:
__getfield_pad1(self)
Set Method:
__setfield_pad1(self, value)
Delete Method:
__delfield_pad1(self)

priority

0: Normal, 1: Urgent, 2: Done

Get Method:
__getfield_priority(self)
Set Method:
__setfield_priority(self, value)
Delete Method:
__delfield_priority(self)

slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)

todo

Get Method:
__getfield_todo(self)
Set Method:
__setfield_todo(self, value)
Delete Method:
__delfield_todo(self)

todo_len

Get Method:
__getfield_todo_len(self)
Set Method:
__setfield_todo_len(self, value)
Delete Method:
__delfield_todo_len(self)