Click or drag to resize

VectoredRequestsGetSignal Method

Returns a signal that represents all the signals in the request. The signal is Disposed automatically when Execute returns.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public Signal? GetSignal()

Return Value

Type: Signal
A signal that represents all the signals in the request.
See Also