phones :: p_lgvx3200 :: 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_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_priority(self) source code
 
__delfield_recipients(self) source code
 
__delfield_subject(self) source code
 
__delfield_timesent(self) source code
 
__delfield_unknown(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_priority(self) source code
 
__getfield_recipients(self) source code
 
__getfield_subject(self) source code
 
__getfield_timesent(self) source code
 
__getfield_unknown(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
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_priority(self, value) source code
 
__setfield_recipients(self, value) source code
 
__setfield_subject(self, value) source code
 
__setfield_timesent(self, value) source code
 
__setfield_unknown(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', 'locked', 'timesent', 'subject', 'num_msg...
Properties [hide private]
  callback
  index
  locked
  messages
  num_msg_elements
  priority
  recipients
  subject
  timesent
  unknown

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',
 'locked',
 'timesent',
 'subject',
 'num_msg_elements',
 'messages',
 'unknown',
 'priority',
...

Property Details [hide private]

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)

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)

unknown

Get Method:
__getfield_unknown(self)
Set Method:
__setfield_unknown(self, value)
Delete Method:
__delfield_unknown(self)