iso14229-1 0.1.0

A ISO 14229-1 protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Commons of Service 3E

use crate::error::Error;

rsutil::enum_extend!(
    #[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
    pub enum TesterPresentType {
        Zero = 0x00,
    },
    u8,
    Error,
    ReservedError
);