Click or drag to resize

IDirectMemoryAccessServicePduSize Property

Get the PDU size (or -1).

Namespace: Demo3D.PLC.Comms.Memory
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
int PduSize { get; }

Property Value

Int32
Remarks
This value may change since it's negotiated with the peer. Negotiation only happens on connection so it won't change after the connection has been established.
See Also