QuickOPC User's Guide and Reference
Bit Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : Bit Property
"A single bit value."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property Bit As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.Bit
[NotNull()]
public static PrimitiveDataType Bit {get;}
[NotNull()]
public:
static property PrimitiveDataType^ Bit {
   PrimitiveDataType^ get();
}
Remarks

In .NET, it is represented by the Boolean type.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also