MaxDatagram Property

Return the maximum size of a UDP datagram.

Syntax

object.MaxDatagram

Remarks

The MaxDatagram property returns the maximum number of bytes that may be transmitted in a single write operation on a socket created with the Protocol property set to swProtocolUdp. Attempting to send more than this number of bytes will result in an error, with no data being written.

Data Type

Long

See Also

MaxSockets Property, Protocol Property


Copyright © 2008 Catalyst Development Corporation. All rights reserved.