Click or drag to resize

IDirectMemoryAccessServicePduSize Property

Get the PDU size (or -1).

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

Property Value

Type: 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