Binary Constructor (.Byte., UInt32)
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,
uint length
)
Parameters
bytes |
Type: .System.Byte. |
length |
Type: System.UInt32 |