pub enum SyncStatus {
Show 17 variants
VinGidSynchronized = 0,
ReservedByIso13400_01 = 1,
ReservedByIso13400_02 = 2,
ReservedByIso13400_03 = 3,
ReservedByIso13400_04 = 4,
ReservedByIso13400_05 = 5,
ReservedByIso13400_06 = 6,
ReservedByIso13400_07 = 7,
ReservedByIso13400_08 = 8,
ReservedByIso13400_09 = 9,
ReservedByIso13400_0A = 10,
ReservedByIso13400_0B = 11,
ReservedByIso13400_0C = 12,
ReservedByIso13400_0D = 13,
ReservedByIso13400_0E = 14,
ReservedByIso13400_0F = 15,
VinGidNotSynchronised = 16,
}Expand description
The synchronisation status of the VIN and the GID for the entity
This gives the status that all DoIP entities have synchronised their information
about the VIN or GID of the vehicle.
Variants§
VinGidSynchronized = 0
VIN/GID Synchronized
ReservedByIso13400_01 = 1
Reserved By ISO-13400 for byte value 01
ReservedByIso13400_02 = 2
Reserved By ISO-13400 for byte value 02
ReservedByIso13400_03 = 3
Reserved By ISO-13400 for byte value 03
ReservedByIso13400_04 = 4
Reserved By ISO-13400 for byte value 04
ReservedByIso13400_05 = 5
Reserved By ISO-13400 for byte value 05
ReservedByIso13400_06 = 6
Reserved By ISO-13400 for byte value 06
ReservedByIso13400_07 = 7
Reserved By ISO-13400 for byte value 07
ReservedByIso13400_08 = 8
Reserved By ISO-13400 for byte value 08
ReservedByIso13400_09 = 9
Reserved By ISO-13400 for byte value 09
ReservedByIso13400_0A = 10
Reserved By ISO-13400 for byte value 0A
ReservedByIso13400_0B = 11
Reserved By ISO-13400 for byte value 0B
ReservedByIso13400_0C = 12
Reserved By ISO-13400 for byte value 0C
ReservedByIso13400_0D = 13
Reserved By ISO-13400 for byte value 0D
ReservedByIso13400_0E = 14
Reserved By ISO-13400 for byte value 0E
ReservedByIso13400_0F = 15
Reserved By ISO-13400 for byte value 0F
VinGidNotSynchronised = 16
VVIN/GID Not Synchronised
Trait Implementations§
Source§impl Clone for SyncStatus
impl Clone for SyncStatus
Source§fn clone(&self) -> SyncStatus
fn clone(&self) -> SyncStatus
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more