Click or drag to resize

ExtendedStatusConvertToAdditionalStatus Method (UInt16)

Returns a buffer from an array of ushorts.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static BufferSegment ConvertToAdditionalStatus(
	params ushort[] extendedStatus
)

Parameters

extendedStatus
Type: SystemUInt16
Extended status codes.

Return Value

Type: BufferSegment
Additional status buffer.
See Also