phones :: p_lgvx5200 :: sms_out :: Class sms_out
[hide private]
[frames] | no frames]

Class sms_out

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              sms_out

Instance Methods [hide private]
 
__delfield_GPStime(self) source code
 
__delfield_callback(self) source code
 
__delfield_index(self) source code
 
__delfield_locked(self) source code
 
__delfield_messages(self) source code
 
__delfield_num_msg_elements(self) source code
 
__delfield_pad(self) source code
 
__delfield_priority(self) source code
 
__delfield_recipients(self) source code
 
__delfield_subject(self) source code
 
__delfield_timesent(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown2(self) source code
 
__delfield_unknown4(self) source code
 
__delfield_unknown5(self) source code
 
__getfield_GPStime(self) source code
 
__getfield_callback(self) source code
 
__getfield_index(self) source code
 
__getfield_locked(self) source code
 
__getfield_messages(self) source code
 
__getfield_num_msg_elements(self) source code
 
__getfield_pad(self) source code
 
__getfield_priority(self) source code
 
__getfield_recipients(self) source code
 
__getfield_subject(self) source code
 
__getfield_timesent(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown2(self) source code
 
__getfield_unknown4(self) source code
 
__getfield_unknown5(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_GPStime(self, value) source code
 
__setfield_callback(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_locked(self, value) source code
 
__setfield_messages(self, value) source code
 
__setfield_num_msg_elements(self, value) source code
 
__setfield_pad(self, value) source code
 
__setfield_priority(self, value) source code
 
__setfield_recipients(self, value) source code
 
__setfield_subject(self, value) source code
 
__setfield_timesent(self, value) source code
 
__setfield_unknown1(self, value) source code
 
__setfield_unknown2(self, value) source code
 
__setfield_unknown4(self, value) source code
 
__setfield_unknown5(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 = ['index', 'unknown1', 'locked', 'timesent', 'unknow...
Properties [hide private]
  GPStime
  callback
  index
  locked
  messages
  num_msg_elements
  pad
  priority
  recipients
  subject
  timesent
  unknown1
  unknown2
  unknown4
  unknown5

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:
['index',
 'unknown1',
 'locked',
 'timesent',
 'unknown2',
 'GPStime',
 'subject',
 'unknown4',
...

Property Details [hide private]

GPStime

Get Method:
__getfield_GPStime(self)
Set Method:
__setfield_GPStime(self, value)
Delete Method:
__delfield_GPStime(self)

callback

Get Method:
__getfield_callback(self)
Set Method:
__setfield_callback(self, value)
Delete Method:
__delfield_callback(self)

index

Get Method:
__getfield_index(self)
Set Method:
__setfield_index(self, value)
Delete Method:
__delfield_index(self)

locked

Get Method:
__getfield_locked(self)
Set Method:
__setfield_locked(self, value)
Delete Method:
__delfield_locked(self)

messages

Get Method:
__getfield_messages(self)
Set Method:
__setfield_messages(self, value)
Delete Method:
__delfield_messages(self)

num_msg_elements

Get Method:
__getfield_num_msg_elements(self)
Set Method:
__setfield_num_msg_elements(self, value)
Delete Method:
__delfield_num_msg_elements(self)

pad

Get Method:
__getfield_pad(self)
Set Method:
__setfield_pad(self, value)
Delete Method:
__delfield_pad(self)

priority

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

recipients

Get Method:
__getfield_recipients(self)
Set Method:
__setfield_recipients(self, value)
Delete Method:
__delfield_recipients(self)

subject

Get Method:
__getfield_subject(self)
Set Method:
__setfield_subject(self, value)
Delete Method:
__delfield_subject(self)

timesent

Get Method:
__getfield_timesent(self)
Set Method:
__setfield_timesent(self, value)
Delete Method:
__delfield_timesent(self)

unknown1

Get Method:
__getfield_unknown1(self)
Set Method:
__setfield_unknown1(self, value)
Delete Method:
__delfield_unknown1(self)

unknown2

Get Method:
__getfield_unknown2(self)
Set Method:
__setfield_unknown2(self, value)
Delete Method:
__delfield_unknown2(self)

unknown4

Get Method:
__getfield_unknown4(self)
Set Method:
__setfield_unknown4(self, value)
Delete Method:
__delfield_unknown4(self)

unknown5

Get Method:
__getfield_unknown5(self)
Set Method:
__setfield_unknown5(self, value)
Delete Method:
__delfield_unknown5(self)