Binary.set_binary Method (.Byte., Int32)

Sets the binary data to the specified Byte array using the specified length.

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

Syntax

C#

public void set_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

set_binary Overload

TcHmiSrv Namespace