Click or drag to resize

StringConversionConvertFromSTXEncoded Method (Byte)

Convert an array of bytes encoded using STX/DLE serial protocol.

Namespace:  Demo3D.PLC
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static string ConvertFromSTXEncoded(
	byte[] bytes
)

Parameters

bytes
Type: SystemByte
Array of bytes to decode.

Return Value

Type: String
String representation.
See Also