11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
|
|
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; }
|
||
|
|
}
|
||
|
|
}
|