25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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; }
- }
- }
|