QuickOPC User's Guide and Reference
ByteString Property (UAOpcBinaryStandardDataTypes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataTypeModel Namespace > UAOpcBinaryStandardDataTypes Class : ByteString Property
"A sequence of bytes preceded by its length in bytes."
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared ReadOnly Property ByteString As PrimitiveDataType
'Usage
 
Dim value As PrimitiveDataType
 
value = UAOpcBinaryStandardDataTypes.ByteString
[NotNull()]
public static PrimitiveDataType ByteString {get;}
[NotNull()]
public:
static property PrimitiveDataType^ ByteString {
   PrimitiveDataType^ get();
}
Remarks

In .NET, it is represented by an array of Byte.

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