3.6.2. Constructor & Destructor Documentation

3.6.2.1. __init__()

lispparse.DataHubPoint.__init__ ( self, name, value, quality, timestamp, flags = 0 )

Initializes a DataHubPoint instance.

Arguments:
    name: Name of the point.
    value: Value of the point.
    quality: Quality of the point.
    timestamp: Timestamp of the point.
    flags: Flags associated with the point. Defaults to 0.