phones :: p_samsungschu470 :: CalIndexFile :: Class CalIndexFile
[hide private]
[frames] | no frames]

Class CalIndexFile

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              CalIndexFile

Instance Methods [hide private]
 
__delfield_activeevents(self) source code
 
__delfield_events(self) source code
 
__delfield_next_index(self) source code
 
__delfield_notes(self) source code
 
__delfield_numofactiveevents(self) source code
 
__delfield_numofevents(self) source code
 
__delfield_numofnotes(self) source code
 
__getfield_activeevents(self) source code
 
__getfield_events(self) source code
 
__getfield_next_index(self) source code
 
__getfield_notes(self) source code
 
__getfield_numofactiveevents(self) source code
 
__getfield_numofevents(self) source code
 
__getfield_numofnotes(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_activeevents(self, value) source code
 
__setfield_events(self, value) source code
 
__setfield_next_index(self, value) source code
 
__setfield_notes(self, value) source code
 
__setfield_numofactiveevents(self, value) source code
 
__setfield_numofevents(self, value) source code
 
__setfield_numofnotes(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 = ['next_index', 'numofevents', 'numofnotes', 'numofa...
Properties [hide private]
  activeevents
  events
  next_index
  notes
  numofactiveevents
  numofevents
  numofnotes

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:
['next_index',
 'numofevents',
 'numofnotes',
 'numofactiveevents',
 'events',
 'notes',
 'activeevents']

Property Details [hide private]

activeevents

Get Method:
__getfield_activeevents(self)
Set Method:
__setfield_activeevents(self, value)
Delete Method:
__delfield_activeevents(self)

events

Get Method:
__getfield_events(self)
Set Method:
__setfield_events(self, value)
Delete Method:
__delfield_events(self)

next_index

Get Method:
__getfield_next_index(self)
Set Method:
__setfield_next_index(self, value)
Delete Method:
__delfield_next_index(self)

notes

Get Method:
__getfield_notes(self)
Set Method:
__setfield_notes(self, value)
Delete Method:
__delfield_notes(self)

numofactiveevents

Get Method:
__getfield_numofactiveevents(self)
Set Method:
__setfield_numofactiveevents(self, value)
Delete Method:
__delfield_numofactiveevents(self)

numofevents

Get Method:
__getfield_numofevents(self)
Set Method:
__setfield_numofevents(self, value)
Delete Method:
__delfield_numofevents(self)

numofnotes

Get Method:
__getfield_numofnotes(self)
Set Method:
__setfield_numofnotes(self, value)
Delete Method:
__delfield_numofnotes(self)