Share via


ICcTransport::MTU (Windows CE 5.0)

Send Feedback

This method gets the maximum packet size for transmission.

HRESULT MTU(  DWORD* pdwMTU);

Parameters

  • pdwMTU
    [out, retval] Maximum packet size.

Return Values

The following table shows return values for this method.

Value Description
S_OK Indicates success.
E_INVALIDARG Indicates invalid input arguments.

Remarks

This is the maximum packet size associated with the transport.

The Maximum Transmission Unit (MTU) for KITL is 1520 bytes.

Clients can use this information to packetize their data streams.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcTransport.idl.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.