Click or drag to resize

PlcTypeWriteType Method

Write an object of this type to a packet.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void WriteType(
	IDataWriter data,
	ValueStruct value
)

Parameters

data  IDataWriter
The packet to write.
value  ValueStruct
The object to write.
See Also