phones :: p_lgvx9900 :: sms_in :: Class sms_in
[hide private]
[frames] | no frames]

Class sms_in

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              sms_in

Instance Methods [hide private]
 
__delfield_GPStime(self) source code
 
__delfield_bin_header1(self) source code
 
__delfield_bin_header2(self) source code
 
__delfield_bin_header3(self) source code
 
__delfield_callback(self) source code
 
__delfield_callback_length(self) source code
 
__delfield_dunno1(self) source code
 
__delfield_dunno2(self) source code
 
__delfield_dunno3(self) source code
 
__delfield_dunno4(self) source code
 
__delfield_lg_time(self) source code
 
__delfield_locked(self) source code
 
__delfield_msglengths(self) source code
 
__delfield_msgs(self) source code
 
__delfield_multipartID(self) source code
 
__delfield_num_msg_elements(self) source code
 
__delfield_priority(self) source code
 
__delfield_read(self) source code
 
__delfield_sender(self) source code
 
__delfield_sender_length(self) source code
 
__delfield_subject(self) source code
 
__delfield_timesent(self) source code
 
__delfield_unknown1(self) source code
 
__delfield_unknown2(self) source code
 
__getfield_GPStime(self) source code
 
__getfield_bin_header1(self) source code
 
__getfield_bin_header2(self) source code
 
__getfield_bin_header3(self) source code
 
__getfield_callback(self) source code
 
__getfield_callback_length(self) source code
 
__getfield_dunno1(self) source code
 
__getfield_dunno2(self) source code
 
__getfield_dunno3(self) source code
 
__getfield_dunno4(self) source code
 
__getfield_lg_time(self) source code
 
__getfield_locked(self) source code
 
__getfield_msglengths(self) source code
 
__getfield_msgs(self) source code
 
__getfield_multipartID(self) source code
 
__getfield_num_msg_elements(self) source code
 
__getfield_priority(self) source code
 
__getfield_read(self) source code
 
__getfield_sender(self) source code
 
__getfield_sender_length(self) source code
 
__getfield_subject(self) source code
 
__getfield_timesent(self) source code
 
__getfield_unknown1(self) source code
 
__getfield_unknown2(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_bin_header1(self, value) source code
 
__setfield_bin_header2(self, value) source code
 
__setfield_bin_header3(self, value) source code
 
__setfield_callback(self, value) source code
 
__setfield_callback_length(self, value) source code
 
__setfield_dunno1(self, value) source code
 
__setfield_dunno2(self, value) source code
 
__setfield_dunno3(self, value) source code
 
__setfield_dunno4(self, value) source code
 
__setfield_lg_time(self, value) source code
 
__setfield_locked(self, value) source code
 
__setfield_msglengths(self, value) source code
 
__setfield_msgs(self, value) source code
 
__setfield_multipartID(self, value) source code
 
__setfield_num_msg_elements(self, value) source code
 
__setfield_priority(self, value) source code
 
__setfield_read(self, value) source code
 
__setfield_sender(self, value) source code
 
__setfield_sender_length(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
 
_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 = ['unknown1', 'lg_time', 'unknown2', 'GPStime', 'tim...
Properties [hide private]
  GPStime
  bin_header1
  bin_header2
  bin_header3
  callback
  callback_length
  dunno1
  dunno2
  dunno3
  dunno4
  lg_time
  locked
  msglengths
  msgs
  multipartID
  num_msg_elements
  priority
  read
  sender
  sender_length
  subject
  timesent
  unknown1
  unknown2

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:
['unknown1',
 'lg_time',
 'unknown2',
 'GPStime',
 'timesent',
 'read',
 'locked',
 'priority',
...

Property Details [hide private]

GPStime

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

bin_header1

Get Method:
__getfield_bin_header1(self)
Set Method:
__setfield_bin_header1(self, value)
Delete Method:
__delfield_bin_header1(self)

bin_header2

Get Method:
__getfield_bin_header2(self)
Set Method:
__setfield_bin_header2(self, value)
Delete Method:
__delfield_bin_header2(self)

bin_header3

Get Method:
__getfield_bin_header3(self)
Set Method:
__setfield_bin_header3(self, value)
Delete Method:
__delfield_bin_header3(self)

callback

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

callback_length

Get Method:
__getfield_callback_length(self)
Set Method:
__setfield_callback_length(self, value)
Delete Method:
__delfield_callback_length(self)

dunno1

Get Method:
__getfield_dunno1(self)
Set Method:
__setfield_dunno1(self, value)
Delete Method:
__delfield_dunno1(self)

dunno2

Get Method:
__getfield_dunno2(self)
Set Method:
__setfield_dunno2(self, value)
Delete Method:
__delfield_dunno2(self)

dunno3

Get Method:
__getfield_dunno3(self)
Set Method:
__setfield_dunno3(self, value)
Delete Method:
__delfield_dunno3(self)

dunno4

Get Method:
__getfield_dunno4(self)
Set Method:
__setfield_dunno4(self, value)
Delete Method:
__delfield_dunno4(self)

lg_time

Get Method:
__getfield_lg_time(self)
Set Method:
__setfield_lg_time(self, value)
Delete Method:
__delfield_lg_time(self)

locked

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

msglengths

Get Method:
__getfield_msglengths(self)
Set Method:
__setfield_msglengths(self, value)
Delete Method:
__delfield_msglengths(self)

msgs

Get Method:
__getfield_msgs(self)
Set Method:
__setfield_msgs(self, value)
Delete Method:
__delfield_msgs(self)

multipartID

Get Method:
__getfield_multipartID(self)
Set Method:
__setfield_multipartID(self, value)
Delete Method:
__delfield_multipartID(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)

read

Get Method:
__getfield_read(self)
Set Method:
__setfield_read(self, value)
Delete Method:
__delfield_read(self)

sender

Get Method:
__getfield_sender(self)
Set Method:
__setfield_sender(self, value)
Delete Method:
__delfield_sender(self)

sender_length

Get Method:
__getfield_sender_length(self)
Set Method:
__setfield_sender_length(self, value)
Delete Method:
__delfield_sender_length(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)