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

ObexPduFactory.ClearMtu Method 

[This is preliminary documentation and subject to change.]

Reset the local Maximum Transmission Unit, that is our maximum send size. This removes any value set earlier by the Mtu property and thus removes the local restriction on the maximum size of PDUs we will send.

[Visual Basic]
Public Sub ClearMtu()
[C#]
public void ClearMtu();

See Also

ObexPduFactory Class | Brecham.Obex.Pdus Namespace