WriteTransport.getWriteBufferLimits - multiple declarations

Function WriteTransport.getWriteBufferLimits

Get the high- and low-water limits for write flow control.

Prototype

abstract std.typecons.Tuple!(ulong,"high",ulong,"low") getWriteBufferLimits();

Returns

a tuple (low, high) where low and high are positive number of bytes.

Function WriteTransport.getWriteBufferLimits

Get the high- and low-water limits for write flow control.

Prototype

abstract std.typecons.Tuple!(ulong,"high",ulong,"low") getWriteBufferLimits();

Returns

a tuple (low, high) where low and high are positive number of bytes.

Authors

Dragos Carp

Copyright

© 2015-2016 Dragos Carp

License

Boost Software License - Version 1.0