write_from

async lsst.ts.tcpip.write_from(writer: StreamWriter, *structs: Structure) None

Write binary data from one or more ctypes.Structures to a stream writer.

Parameters:
writerasyncio.StreamWriter

Asynchronous stream writer.

structsctypes.Structure

One or more structures to write.