Click or drag to resize

IMessageServicePduSize Property

Gets the PDU size.

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

Property Value

Type: Int32
Remarks
This value may change since it may be negotiated with the peer (eg COTP). Negotiation only happens on connection so it's guaranteed not to change after the connection has been established.
See Also