phones :: p_lgvx11000 :: pafileentry :: Class pafileentry
[hide private]
[frames] | no frames]

Class pafileentry

source code

                  object --+    
                           |    
prototypes.BaseProtogenClass --+
                               |
                              pafileentry

Instance Methods [hide private]
 
__delfield_city(self) source code
 
__delfield_country(self) source code
 
__delfield_dontcare(self) source code
 
__delfield_entry_tag(self) source code
 
__delfield_exit_tag(self) source code
 
__delfield_index(self) source code
 
__delfield_mod_date(self) source code
 
__delfield_pad(self) source code
 
__delfield_pb_entry(self) source code
 
__delfield_state(self) source code
 
__delfield_street(self) source code
 
__delfield_zeros(self) source code
 
__delfield_zip_code(self) source code
 
__getfield_city(self) source code
 
__getfield_country(self) source code
 
__getfield_dontcare(self) source code
 
__getfield_entry_tag(self) source code
 
__getfield_exit_tag(self) source code
 
__getfield_index(self) source code
 
__getfield_mod_date(self) source code
 
__getfield_pad(self) source code
 
__getfield_pb_entry(self) source code
 
__getfield_state(self) source code
 
__getfield_street(self) source code
 
__getfield_zeros(self) source code
 
__getfield_zip_code(self) source code
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__setfield_city(self, value) source code
 
__setfield_country(self, value) source code
 
__setfield_dontcare(self, value) source code
 
__setfield_entry_tag(self, value) source code
 
__setfield_exit_tag(self, value) source code
 
__setfield_index(self, value) source code
 
__setfield_mod_date(self, value) source code
 
__setfield_pad(self, value) source code
 
__setfield_pb_entry(self, value) source code
 
__setfield_state(self, value) source code
 
__setfield_street(self, value) source code
 
__setfield_zeros(self, value) source code
 
__setfield_zip_code(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
 
valid(self) 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 = ['entry_tag', 'pad', 'mod_date', 'zeros', 'index', ...
Properties [hide private]
  city
  country
  dontcare
  entry_tag
  exit_tag
  index
  mod_date
  pad
  pb_entry
  state
  street
  zeros
  zip_code

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:
['entry_tag',
 'pad',
 'mod_date',
 'zeros',
 'index',
 'pb_entry',
 'street',
 'city',
...

Property Details [hide private]

city

Get Method:
__getfield_city(self)
Set Method:
__setfield_city(self, value)
Delete Method:
__delfield_city(self)

country

Get Method:
__getfield_country(self)
Set Method:
__setfield_country(self, value)
Delete Method:
__delfield_country(self)

dontcare

Get Method:
__getfield_dontcare(self)
Set Method:
__setfield_dontcare(self, value)
Delete Method:
__delfield_dontcare(self)

entry_tag

Get Method:
__getfield_entry_tag(self)
Set Method:
__setfield_entry_tag(self, value)
Delete Method:
__delfield_entry_tag(self)

exit_tag

Get Method:
__getfield_exit_tag(self)
Set Method:
__setfield_exit_tag(self, value)
Delete Method:
__delfield_exit_tag(self)

index

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

mod_date

Get Method:
__getfield_mod_date(self)
Set Method:
__setfield_mod_date(self, value)
Delete Method:
__delfield_mod_date(self)

pad

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

pb_entry

Get Method:
__getfield_pb_entry(self)
Set Method:
__setfield_pb_entry(self, value)
Delete Method:
__delfield_pb_entry(self)

state

Get Method:
__getfield_state(self)
Set Method:
__setfield_state(self, value)
Delete Method:
__delfield_state(self)

street

Get Method:
__getfield_street(self)
Set Method:
__setfield_street(self, value)
Delete Method:
__delfield_street(self)

zeros

Get Method:
__getfield_zeros(self)
Set Method:
__setfield_zeros(self, value)
Delete Method:
__delfield_zeros(self)

zip_code

Get Method:
__getfield_zip_code(self)
Set Method:
__setfield_zip_code(self, value)
Delete Method:
__delfield_zip_code(self)