選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- 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; }
- }
- }
|