Click or drag to resize

AssemblyInitializeSafetyDataSegment Method

Set the data segment from configuration.

Namespace: Demo3D.PLC.Comms.CIP.Nodes
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public virtual void InitializeSafetyDataSegment(
	uint sccrc,
	DateAndTime scts,
	 in BufferSegment data
)

Parameters

sccrc  UInt32

[Missing <param name="sccrc"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

scts  DateAndTime

[Missing <param name="scts"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

data  BufferSegment

[Missing <param name="data"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Assembly.InitializeSafetyDataSegment(System.UInt32,Demo3D.PLC.Comms.CIP.DateAndTime,Demo3D.IO.BufferSegment@)"]

See Also