#[repr(u8)]pub enum MessageSubtypeId {
Show 27 variants
TcEnableScheduling = 1,
TcDisableScheduling = 2,
TcResetScheduling = 3,
TcInsertActivity = 4,
TcDeleteActivityByRequestId = 5,
TcDeleteActivitiesByFilter = 6,
TcTimeShiftActivityWithRequestId = 7,
TcTimeShiftActivitiesByFilter = 8,
TcTimeShiftAll = 15,
TcDetailReportByRequestId = 9,
TmDetailReport = 10,
TcDetailReportByFilter = 11,
TcSummaryReportByRequestId = 12,
TmSummaryReport = 13,
TcSummaryReportByFilter = 14,
TcDetailReportAll = 16,
TcSummaryReportAll = 17,
TcReportSubscheduleStatus = 18,
TmReportSubscheduleStatus = 19,
TcEnableSubschedule = 20,
TcDisableSubschedule = 21,
TcCreateScheduleGroup = 22,
TcDeleteScheduleGroup = 23,
TcEnableScheduleGroup = 24,
TcDisableScheduleGroup = 25,
TcReportAllGroupsStatus = 26,
TmReportAllGroupsStatus = 27,
}Expand description
Scheduling service subtype ID.
Variants§
TcEnableScheduling = 1
Telecommand - Enable scheduling.
TcDisableScheduling = 2
Telecommand - Disable scheduling.
TcResetScheduling = 3
Telecommand - Reset scheduling.
TcInsertActivity = 4
Telecommand - Insert activity.
TcDeleteActivityByRequestId = 5
Telecommand - Delete activity by request ID.
TcDeleteActivitiesByFilter = 6
Telecommand - Delete activity by filter.
TcTimeShiftActivityWithRequestId = 7
Telecommand - Time shift activity by request ID.
TcTimeShiftActivitiesByFilter = 8
Telecommand - Time shift activity by filter.
TcTimeShiftAll = 15
Telecommand - Time shift all.
TcDetailReportByRequestId = 9
Telecommand - Detail report by request ID.
TmDetailReport = 10
Telemetry - Detail report.
TcDetailReportByFilter = 11
Telecommand - Detail report by filter.
TcSummaryReportByRequestId = 12
Telecommand - Summary report by request ID.
TmSummaryReport = 13
Telemetry - Summary report.
TcSummaryReportByFilter = 14
Telecommand - Summary report by filter.
TcDetailReportAll = 16
Telecommand - Detail report all.
TcSummaryReportAll = 17
Telecommand - Summary report all.
TcReportSubscheduleStatus = 18
Telecommand - Report subschedule status.
TmReportSubscheduleStatus = 19
Telemetry - Subschedule status report.
TcEnableSubschedule = 20
Telecommand - Enable subschedule.
TcDisableSubschedule = 21
Telecommand - Disable subschedule.
TcCreateScheduleGroup = 22
Telecommand - Create schedule group.
TcDeleteScheduleGroup = 23
Telecommand - Delete schedule group.
TcEnableScheduleGroup = 24
Telecommand - Enable schedule group.
TcDisableScheduleGroup = 25
Telecommand - Disable schedule group.
TcReportAllGroupsStatus = 26
Telecommand - Report all group status.
TmReportAllGroupsStatus = 27
Telemetry - All group status report.
Trait Implementations§
Source§impl Clone for MessageSubtypeId
impl Clone for MessageSubtypeId
Source§fn clone(&self) -> MessageSubtypeId
fn clone(&self) -> MessageSubtypeId
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more