Click or drag to resize

EPATHSegmentDemarshal Method

Demarshal segment.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static EPATHSegment Demarshal(
	BufferReader buffer,
	bool padded
)

Parameters

buffer
Type: Demo3D.IOBufferReader

[Missing <param name="buffer"/> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.Segment.Demarshal(Demo3D.IO.BufferReader,System.Boolean)"]

padded
Type: SystemBoolean

[Missing <param name="padded"/> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.Segment.Demarshal(Demo3D.IO.BufferReader,System.Boolean)"]

Return Value

Type: EPATHSegment

[Missing <returns> documentation for "M:Demo3D.PLC.Comms.CIP.EPATH.Segment.Demarshal(Demo3D.IO.BufferReader,System.Boolean)"]

See Also