|
|
|
@ -32,6 +32,8 @@ public class BaseMsg : IToBytes
|
|
|
|
|
[Property(184 + 5 * 8, 8)] public byte Min { get; set; }
|
|
|
|
|
[Property(184 + 6 * 8, 8)] public byte Second { get; set; }
|
|
|
|
|
|
|
|
|
|
[Property(184 + 7 * 8, 8)] public byte NotUsed { get; set; } = 0;
|
|
|
|
|
|
|
|
|
|
public void InitCurrentTime()
|
|
|
|
|
{
|
|
|
|
|
DateTime now = DateTime.Now;
|
|
|
|
|