Class RelayTelemetry
Data for use or display by the relay server. This is not intended to be used for timing data,
but rather for other information that may be useful to the relay server and its users.
Inheritance
RelayTelemetry
Assembly: RedMist.TimingCommon.dll
Syntax
[MessagePackObject(false)]
public class RelayTelemetry
Constructors
View Source
RelayTelemetry()
Declaration
Properties
View Source
EventConnections
Declaration
[Key(1)]
public List<EventConnectionStatus> EventConnections { get; set; }
Property Value
View Source
ServiceStatuses
Declaration
[Key(0)]
public List<ServiceStatus> ServiceStatuses { get; set; }
Property Value