This is an old revision of the document!
Return the number of free bytes in a receive or send buffer.
from cubloc import BFree BFree(channel: int, bufferType: int)
channel number (0 or 1).Return the number of free bytes in a receive or send buffer.
from cubloc import BFree # Example usage result = BFree(0, 16) print(result)