Package phones :: Module com_samsung :: Class CannedMsgList
[hide private]
[frames] | no frames]

Class CannedMsgList

source code

      object --+    
               |    
SMS_Generic_List --+
                   |
                  CannedMsgList

Instance Methods [hide private]
 
__init__(self, phone, data={})
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
read(self) source code
 
get(self) source code
 
validate(self) source code
 
write(self) source code

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

Class Variables [hide private]
  _max_entries = 20
  _valid_range = xrange(20)
  _field_num = 4
  _text_index = 3
  _data_key = 'canned_msg'
  _max_write_fields = 3
  _count_index = 0
  _timestamp_index = 1
  _write_text_index = 2
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, phone, data={})
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

read(self)

source code 
Overrides: SMS_Generic_List.read

get(self)

source code 
Overrides: SMS_Generic_List.get