Files
DP44/DataPRO/CanFDApiProxy/.svn/pristine/e4/e418fe5dc7a77444e540576aaebe58ded80aa73d.svn-base

11 lines
271 B
Plaintext
Raw Normal View History

2026-04-17 14:55:32 -04:00
namespace CANFDApiProxy.Messages
{
public class ClocksMessage
{
public bool? Rtc_present { get; set; }
public bool? Rtc_setup { get; set; }
public string System { get; set; }
public string Status { get; set; }
}
}