Share via


IDevicePacketStream::put_Buffering

Enables or disables Nagle's buffering algorithm on the stream.

HRESULT put_Buffering([in] VARIANT_BOOL bBuffering)

Parameters

  • bBuffering
    Use true for enabled, false for disabled.

Return Value

An HRESULT value that indicates the outcome of the method call.

Managed Equivalent

IDevicePacketStream..::.Buffering

Requirements

DeviceAgentTransport.h

See Also

Reference

IDevicePacketStream