EmcyReceivedEventArgs Class¶
Argument type for the EmcyReceived event: a decoded incoming EMCY frame.
Inheritance Object → EventArgs → EmcyReceivedEventArgs
Constructors¶
EmcyReceivedEventArgs(EmcyMessage, DateTime) Constructor¶
Constructs a new event.
public EmcyReceivedEventArgs(CanKit.Pro.CANopen.Emcy.EmcyMessage message, System.DateTime timestamp);
Parameters¶
message EmcyMessage
timestamp DateTime
Properties¶
EmcyReceivedEventArgs.Message Property¶
The decoded emergency message (produced by Decode(byte, ReadOnlySpan<byte>)).
Property Value¶
EmcyReceivedEventArgs.Timestamp Property¶
UTC timestamp captured when the frame was processed on the actor loop.