write_json_packet¶
- async lsst.ts.m2com.write_json_packet(writer, msg_input)¶
Write the json packet.
- Parameters:
- writer
asyncio.StreamWriter
Writer of the socket.
- msg_input
dict
Input message.
- writer
Write the json packet.
asyncio.StreamWriter
Writer of the socket.
dict
Input message.