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: 15.0.2.11458
Syntax
C#
public abstract RoutableIncomingRequest GetNextRequest()

Return Value

Type: RoutableIncomingRequest
The next request.
See Also