Click or drag to resize

ExtendedStatusConvertToAdditionalStatus(UInt32) Method

Returns a buffer from an array of uints.

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

Parameters

extendedStatus  UInt32
Extended status codes.

Return Value

BufferSegment
Additional status buffer.
See Also