NTP Analyzer  0.8.2
Analyze the operation of time servers
Ntp.Analyzer.Export.StreamDestination Class Referenceabstract
Inheritance diagram for Ntp.Analyzer.Export.StreamDestination:
Collaboration diagram for Ntp.Analyzer.Export.StreamDestination:

Public Member Functions

abstract void Test ()
 
abstract void Write (Stream stream, LogBase log)
 

Public Attributes

string ConfigName => null
 StreamDestinations never has a name. Always return null. More...
 

Properties

abstract string AbsoluteLocation [get]
 
abstract string Link [get]
 
abstract string Location [get]
 
string Param [get, set]
 
abstract string Value [get]
 
- Properties inherited from Ntp.Analyzer.Interface.IConfigurationNode
string ConfigName [get]
 

Detailed Description

Definition at line 28 of file StreamDestination.cs.

Member Function Documentation

abstract void Ntp.Analyzer.Export.StreamDestination.Test ( )
pure virtual
abstract void Ntp.Analyzer.Export.StreamDestination.Write ( Stream  stream,
LogBase  log 
)
pure virtual

Member Data Documentation

string Ntp.Analyzer.Export.StreamDestination.ConfigName => null

StreamDestinations never has a name. Always return null.

null

Definition at line 44 of file StreamDestination.cs.

Property Documentation

abstract string Ntp.Analyzer.Export.StreamDestination.AbsoluteLocation
get

Definition at line 36 of file StreamDestination.cs.

abstract string Ntp.Analyzer.Export.StreamDestination.Link
get

Definition at line 30 of file StreamDestination.cs.

abstract string Ntp.Analyzer.Export.StreamDestination.Location
get

Definition at line 34 of file StreamDestination.cs.

string Ntp.Analyzer.Export.StreamDestination.Param
getset

Definition at line 38 of file StreamDestination.cs.

abstract string Ntp.Analyzer.Export.StreamDestination.Value
get

Definition at line 32 of file StreamDestination.cs.


The documentation for this class was generated from the following file: