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:
- writer
asyncio.StreamWriter Asynchronous stream writer.
- structs
ctypes.Structure One or more structures to write.
- writer