QuickOPC User's Guide and Reference
SetBinaryBody Method (_UAExtensionObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.ComTypes Namespace > _UAExtensionObject Interface : SetBinaryBody Method
The binary body of the extension object.
Syntax
'Declaration
 
Sub SetBinaryBody( _
   ByRef binaryBody() As Byte _
) 
'Usage
 
Dim instance As _UAExtensionObject
Dim binaryBody() As Byte
 
instance.SetBinaryBody(binaryBody)
void SetBinaryBody( 
   ref byte[] binaryBody
)
void SetBinaryBody( 
   array<byte>^% binaryBody
) 

Parameters

binaryBody
Remarks
Intended for use from Visual Basic 6.0.
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