Channel.BitFields Property
- Updated2023-02-21
- 2 minute(s) read
Gets a bitfield mask that is set on the channel.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Overridable ReadOnly Property BitFields As UInteger |
| C# |
|---|
public virtual uint BitFields { get; } |
| Visual C++ |
|---|
public: virtual property unsigned int BitFields { unsigned int get (); } |
Property Value
An integer representing the field values:
| Integer | Value |
|---|---|
| 0 | K_FAULTABLE |
| 1 | K_READABLE |
| 2 | K_SCALABLE |
| 3 | K_WRITABLE |