Table of Contents

Class FastClockDataReceivedEventArgs

Namespace
Z21.Core.Model.EventArgs
Assembly
Z21.Client.dll

Carries the current model time (LAN_FAST_CLOCK_DATA).

public class FastClockDataReceivedEventArgs : EventArgs
Inheritance
FastClockDataReceivedEventArgs
Inherited Members

Constructors

FastClockDataReceivedEventArgs(FastClockData)

Carries the current model time (LAN_FAST_CLOCK_DATA).

public FastClockDataReceivedEventArgs(FastClockData data)

Parameters

data FastClockData

Properties

Data

public FastClockData Data { get; }

Property Value

FastClockData