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; } } }