Changes
→2. Parsing example:
| style="vertical-align: middle; text-align: center;" |00 00 5C 92
| style="vertical-align: middle; text-align: center;" |00 00 5C 92
|}
|}
Security State Flag Examples:
1) Locked doors 00 80 00 00 30 00 00 05
2) Unlocked doors 00 80 00 00 00 00 00 05
Convert these HEX values to BIN values:
1) 100000000000000000000000001<span style="background:#d4b991">1</span>0000000000000000000000000101
2) 100000000000000000000000000<span style="background:#d4b991">0</span>0000000000000000000000000101
28'th BIT value shows if car is locked or unlocked
==In platform==
==In platform==