Creates a new DigitalDefinition from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DigitalDefinition( ConfigurationCell parent, string label, uint maskValue )
Public Sub New ( _ parent As ConfigurationCell, _ label As String, _ maskValue As UInteger _ )
public: DigitalDefinition( ConfigurationCell^ parent, String^ label, unsigned int maskValue )
Parameters
- parent (ConfigurationCell)
- The ConfigurationCell parent of this DigitalDefinition.
- label (String)
- The label of this DigitalDefinition.
- maskValue (UInt32)
- The value of the digital mask made available in configuration frames.