Click or drag to resize

IncomingRequestContainerGetNextRequest Method

Gets the next message from the packet.

Namespace: Demo3D.PLC.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract RoutableIncomingRequest GetNextRequest()

Return Value

RoutableIncomingRequest
The next request.
See Also