This is an old revision of the document!
Read up to 4 bytes from the receive buffer as a little-endian integer.
from cubloc import Get Get(channel: int, length: int)
Returns the received bytes decoded as a little-endian integer. If no data is available, 0 is returned immediately.
from cubloc import Get # Example usage result = Get(0, 1) print(result)