phones :: p_sanyo8300 :: callalarmentry :: Class callalarmentry
[hide private]
[frames] | no frames]

Class callalarmentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              callalarmentry

Instance Methods [hide private]
 
__delfield_date(self) source code
 
__delfield_datedup(self) source code
 
__delfield_dom(self) source code
 
__delfield_flag(self) source code
 
__delfield_name(self) source code
 
__delfield_name_len(self) source code
 
__delfield_pad0(self) source code
 
__delfield_pad1(self) source code
 
__delfield_pad2(self) source code
 
__delfield_pad3(self) source code
 
__delfield_pad4(self) source code
 
__delfield_period(self) source code
 
__delfield_phonenum(self) source code
 
__delfield_phonenum_len(self) source code
 
__delfield_phonenumberslot(self) source code
 
__delfield_phonenumbertype(self) source code
 
__delfield_ringtone(self) source code
 
__delfield_serial(self) source code
 
__delfield_slot(self) source code
 
__getfield_date(self) source code
 
__getfield_datedup(self) source code
 
__getfield_dom(self) source code
 
__getfield_flag(self) source code
 
__getfield_name(self) source code
 
__getfield_name_len(self) source code
 
__getfield_pad0(self) source code
 
__getfield_pad1(self) source code
 
__getfield_pad2(self) source code
 
__getfield_pad3(self) source code
 
__getfield_pad4(self) source code
 
__getfield_period(self) source code
 
__getfield_phonenum(self) source code
 
__getfield_phonenum_len(self) source code
 
__getfield_phonenumberslot(self) source code
 
__getfield_phonenumbertype(self) source code
 
__getfield_ringtone(self) source code
 
__getfield_serial(self) source code
 
__getfield_slot(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_date(self, value) source code
 
__setfield_datedup(self, value) source code
 
__setfield_dom(self, value) source code
 
__setfield_flag(self, value) source code
 
__setfield_name(self, value) source code
 
__setfield_name_len(self, value) source code
 
__setfield_pad0(self, value) source code
 
__setfield_pad1(self, value) source code
 
__setfield_pad2(self, value) source code
 
__setfield_pad3(self, value) source code
 
__setfield_pad4(self, value) source code
 
__setfield_period(self, value) source code
 
__setfield_phonenum(self, value) source code
 
__setfield_phonenum_len(self, value) source code
 
__setfield_phonenumberslot(self, value) source code
 
__setfield_phonenumbertype(self, value) source code
 
__setfield_ringtone(self, value) source code
 
__setfield_serial(self, value) source code
 
__setfield_slot(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 = ['slot', 'pad0', 'phonenum', 'phonenum_len', 'date'...
Properties [hide private]
  date
# seconds since Jan 1, 1980 approximately
  datedup
Copy of the date.
  dom
Day of month for the event
  flag
  name
  name_len
  pad0
Not the flag?
  pad1
  pad2
  pad3
  pad4
This may be the ringtone.
  period
No, Daily, Weekly, Monthly, Yearly
  phonenum
  phonenum_len
  phonenumberslot
  phonenumbertype
1: Home, 2: Work, ...
  ringtone
  serial
  slot

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:
['slot',
 'pad0',
 'phonenum',
 'phonenum_len',
 'date',
 'period',
 'dom',
 'datedup',
...

Property Details [hide private]

date

# seconds since Jan 1, 1980 approximately

Get Method:
__getfield_date(self)
Set Method:
__setfield_date(self, value)
Delete Method:
__delfield_date(self)

datedup

Copy of the date. Always the same???

Get Method:
__getfield_datedup(self)
Set Method:
__setfield_datedup(self, value)
Delete Method:
__delfield_datedup(self)

dom

Day of month for the event

Get Method:
__getfield_dom(self)
Set Method:
__setfield_dom(self, value)
Delete Method:
__delfield_dom(self)

flag

Get Method:
__getfield_flag(self)
Set Method:
__setfield_flag(self, value)
Delete Method:
__delfield_flag(self)

name

Get Method:
__getfield_name(self)
Set Method:
__setfield_name(self, value)
Delete Method:
__delfield_name(self)

name_len

Get Method:
__getfield_name_len(self)
Set Method:
__setfield_name_len(self, value)
Delete Method:
__delfield_name_len(self)

pad0

Not the flag?

Get Method:
__getfield_pad0(self)
Set Method:
__setfield_pad0(self, value)
Delete Method:
__delfield_pad0(self)

pad1

Get Method:
__getfield_pad1(self)
Set Method:
__setfield_pad1(self, value)
Delete Method:
__delfield_pad1(self)

pad2

Get Method:
__getfield_pad2(self)
Set Method:
__setfield_pad2(self, value)
Delete Method:
__delfield_pad2(self)

pad3

Get Method:
__getfield_pad3(self)
Set Method:
__setfield_pad3(self, value)
Delete Method:
__delfield_pad3(self)

pad4

This may be the ringtone. Need to understand

Get Method:
__getfield_pad4(self)
Set Method:
__setfield_pad4(self, value)
Delete Method:
__delfield_pad4(self)

period

No, Daily, Weekly, Monthly, Yearly

Get Method:
__getfield_period(self)
Set Method:
__setfield_period(self, value)
Delete Method:
__delfield_period(self)

phonenum

Get Method:
__getfield_phonenum(self)
Set Method:
__setfield_phonenum(self, value)
Delete Method:
__delfield_phonenum(self)

phonenum_len

Get Method:
__getfield_phonenum_len(self)
Set Method:
__setfield_phonenum_len(self, value)
Delete Method:
__delfield_phonenum_len(self)

phonenumberslot

Get Method:
__getfield_phonenumberslot(self)
Set Method:
__setfield_phonenumberslot(self, value)
Delete Method:
__delfield_phonenumberslot(self)

phonenumbertype

1: Home, 2: Work, ...

Get Method:
__getfield_phonenumbertype(self)
Set Method:
__setfield_phonenumbertype(self, value)
Delete Method:
__delfield_phonenumbertype(self)

ringtone

Get Method:
__getfield_ringtone(self)
Set Method:
__setfield_ringtone(self, value)
Delete Method:
__delfield_ringtone(self)

serial

Get Method:
__getfield_serial(self)
Set Method:
__setfield_serial(self, value)
Delete Method:
__delfield_serial(self)

slot

Get Method:
__getfield_slot(self)
Set Method:
__setfield_slot(self, value)
Delete Method:
__delfield_slot(self)