Brecham.Obex — An OBEX library for the .NET Framework

ObexPduFactory.LocalMru Property

[This is preliminary documentation and subject to change.]

Gets or set the size of our receive buffer.

[Visual Basic]
Public Property LocalMru As Integer
[C#]
public int LocalMru {get; set;}

Remarks

This is a supplied as bufferSize in the ObexPduFactory constructor.

See MinimumMru and MaximumMru for size restrictions

Exceptions

Exception Type Condition
ArgumentException value is not in the valid range.

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace