Table of Contents

Class ClockMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Structure used to define the output definition for the 'Clock' payload

public sealed class ClockMessage : Message<ClockPayload>
Inheritance
Message<ClockPayload>
ClockMessage
Inherited Members
Message<ClockPayload>.Payload
Message<ClockPayload>.ToString()
Message<ClockPayload>.PayloadType
Message<ClockPayload>.PayloadObject

Constructors

ClockMessage()

Default constructor

public ClockMessage()

Properties

Ticks

The number of nano seconds since UNIX time start - 00:00:00 1/Jan/1970

[Units("ns")]
public ulong Ticks { get; set; }

Property Value

ulong