This is an old revision of the document!
Send an integer value as 1 to 4 little-endian bytes.
from cubloc import Put Put(channel: int, data: int, byteLength: int)
channel
from cubloc import Put # Example usage Put(0, 1, 1)