Binary Constructor (.Byte., Int32)

Initializes a new instance of the Binary class with the specified Byte array and length.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public Binary(
    byte[] bytes,
    int length
)

Parameters

bytes

Type: .System.Byte.
The Byte array to be set.

length

Type: System.Int32
The length of the binary data.

Reference

Binary Class

Binary Overload

TcHmiSrv Namespace