phones :: p_samsungschu750 :: NotePadEntry :: Class NotePadEntry
[hide private]
[frames] | no frames]

Class NotePadEntry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              NotePadEntry

Instance Methods [hide private]
 
__delfield_creation(self) source code
 
__delfield_creation2(self) source code
 
__delfield_modified(self) source code
 
__delfield_modified2(self) source code
 
__delfield_text(self) source code
 
__delfield_textlen(self) source code
 
__getfield_creation(self) source code
 
__getfield_creation2(self) source code
 
__getfield_modified(self) source code
 
__getfield_modified2(self) source code
 
__getfield_text(self) source code
 
__getfield_textlen(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_creation(self, value) source code
 
__setfield_creation2(self, value) source code
 
__setfield_modified(self, value) source code
 
__setfield_modified2(self, value) source code
 
__setfield_text(self, value) source code
 
__setfield_textlen(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 = ['textlen', 'text', 'creation', 'creation2', 'modif...
Properties [hide private]
  creation
  creation2
  modified
  modified2
  text
  textlen

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:
['textlen', 'text', 'creation', 'creation2', 'modified', 'modified2']

Property Details [hide private]

creation

Get Method:
__getfield_creation(self)
Set Method:
__setfield_creation(self, value)
Delete Method:
__delfield_creation(self)

creation2

Get Method:
__getfield_creation2(self)
Set Method:
__setfield_creation2(self, value)
Delete Method:
__delfield_creation2(self)

modified

Get Method:
__getfield_modified(self)
Set Method:
__setfield_modified(self, value)
Delete Method:
__delfield_modified(self)

modified2

Get Method:
__getfield_modified2(self)
Set Method:
__setfield_modified2(self, value)
Delete Method:
__delfield_modified2(self)

text

Get Method:
__getfield_text(self)
Set Method:
__setfield_text(self, value)
Delete Method:
__delfield_text(self)

textlen

Get Method:
__getfield_textlen(self)
Set Method:
__setfield_textlen(self, value)
Delete Method:
__delfield_textlen(self)