Class PlatformOsMessage
A message passed from the Meadow host OS to the Meadow stack during startup
Assembly: Meadow.Contracts.dll
View Source
Declaration
public record PlatformOsMessage : IEquatable<PlatformOsMessage>
Implements:
System.IEquatable<Meadow.PlatformOsMessage>
Properties
Priority
A prioritization for the message
View Source
Declaration
public MessagePriority Priority { get; set; }
Timestamp
The timestamp when the message was generated.
View Source
Declaration
public DateTime Timestamp { get; set; }
Message
The message being passed from the host OS
View Source
Declaration
public string Message { get; set; }
Implements
System.IEquatable<Meadow.PlatformOsMessage>