Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- namespace JT809.Protocol.Configs
- {
- public class JT809EncryptConfig
- {
- public uint M1 { get; set; }
- public uint IA1 { get; set; }
- public uint IC1 { get; set; }
- public uint Key { get; set; }
- }
- }
|