Python API
 All Classes Namespaces Functions Variables
plux.Event.DigInUpdate Class Reference

Digital port input change event class. More...

Public Member Functions

def __init__
 

Public Attributes

 timestamp
 Event timestamp as a Clock object. More...
 
 state
 New state of digital port input as a boolean. More...
 

Detailed Description

Digital port input change event class.

Constructor & Destructor Documentation

def plux.Event.DigInUpdate.__init__ (   self)

Member Data Documentation

plux.Event.DigInUpdate.state

New state of digital port input as a boolean.

If True, new state is High, otherwise it is Low.

plux.Event.DigInUpdate.timestamp

Event timestamp as a Clock object.