Click or drag to resize

ExtendedStatusConvertToAdditionalStatus(UInt16) Method

Returns a buffer from an array of ushorts.

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

Parameters

extendedStatus  UInt16
Extended status codes.

Return Value

BufferSegment
Additional status buffer.
See Also