#[repr(u8)]pub enum Service {
Show 27 variants
SessionCtrl = 16,
ECUReset = 17,
ClearDiagnosticInfo = 20,
ReadDTCInfo = 25,
ReadDID = 34,
ReadMemByAddr = 35,
ReadScalingDID = 36,
SecurityAccess = 39,
CommunicationCtrl = 40,
Authentication = 41,
ReadDataByPeriodId = 42,
DynamicalDefineDID = 44,
WriteDID = 46,
IOCtrl = 47,
RoutineCtrl = 49,
RequestDownload = 52,
RequestUpload = 53,
TransferData = 54,
RequestTransferExit = 55,
RequestFileTransfer = 56,
WriteMemByAddr = 61,
TesterPresent = 62,
SecuredDataTrans = 132,
CtrlDTCSetting = 133,
ResponseOnEvent = 134,
LinkCtrl = 135,
NRC = 127,
}Expand description
the service marked with ✅ is completed.
the service marked with ⭕ is partially completed.
The service marked with ❌ is not implemented.
Variants§
SessionCtrl = 16
ECUReset = 17
ClearDiagnosticInfo = 20
ReadDTCInfo = 25
ReadDID = 34
ReadMemByAddr = 35
ReadScalingDID = 36
SecurityAccess = 39
CommunicationCtrl = 40
Authentication = 41
ReadDataByPeriodId = 42
DynamicalDefineDID = 44
WriteDID = 46
IOCtrl = 47
RoutineCtrl = 49
RequestDownload = 52
RequestUpload = 53
TransferData = 54
RequestTransferExit = 55
RequestFileTransfer = 56
WriteMemByAddr = 61
TesterPresent = 62
SecuredDataTrans = 132
CtrlDTCSetting = 133
ResponseOnEvent = 134
LinkCtrl = 135
NRC = 127
Trait Implementations§
impl Copy for Service
impl Eq for Service
impl StructuralPartialEq for Service
Auto Trait Implementations§
impl Freeze for Service
impl RefUnwindSafe for Service
impl Send for Service
impl Sync for Service
impl Unpin for Service
impl UnwindSafe for Service
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more