MsgType

class lsst.ts.m2com.MsgType(value)

Bases: IntEnum

Message type to the cell controller.

Attributes Summary

Command

Event

Telemetry

Attributes Documentation

Command = 1
Event = 2
Telemetry = 3