Module prototypeslg :: Class LGCALDATE
[hide private]
[frames] | no frames]

Class LGCALDATE

source code

                  object --+        
                           |        
prototypes.BaseProtogenClass --+    
                               |    
              prototypes.UINTlsb --+
                                   |
                                  LGCALDATE

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
A date/time as used in the LG calendar
source code
 
_update(self, args, kwargs) source code
tuple
getvalue(self)
Unpack 32 bit value into date/time
source code
 
_converttoint(self, date) source code

Inherited from prototypes.UINTlsb: packetsize, readfrombuffer, writetobuffer

Inherited from prototypes.BaseProtogenClass: autologread, autologwrite, iscontainer, packetspan, update

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

A date/time as used in the LG calendar

Parameters:
  • constant - (Optional) A constant value. All reads must have this value
  • constantexception - (Optional) Type of exception raised when data doesn't match constant.
  • sizeinbytes - (Mandatory for writing, else Optional) How big we are in bytes
  • default - (Optional) Our default value
  • value - (Optional) The value
Overrides: object.__init__

_update(self, args, kwargs)

source code 
Overrides: prototypes.BaseProtogenClass._update

getvalue(self)

source code 

Unpack 32 bit value into date/time

Returns: tuple
(year, month, day, hour, minute)
Overrides: prototypes.BaseProtogenClass.getvalue