|
ConfigurationFrame(UInt16, Ticks, UInt16, LineFrequency, Ticks, String) Constructor
|
Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic ConfigurationFrame(
ushort idCode,
Ticks timestamp,
ushort frameRate,
LineFrequency nominalFrequency,
Ticks timeOffset,
string stationName
)
Public Sub New (
idCode As UShort,
timestamp As Ticks,
frameRate As UShort,
nominalFrequency As LineFrequency,
timeOffset As Ticks,
stationName As String
)
public:
ConfigurationFrame(
unsigned short idCode,
Ticks timestamp,
unsigned short frameRate,
LineFrequency nominalFrequency,
Ticks timeOffset,
String^ stationName
)
new :
idCode : uint16 *
timestamp : Ticks *
frameRate : uint16 *
nominalFrequency : LineFrequency *
timeOffset : Ticks *
stationName : string -> ConfigurationFrame
GSF.PhasorProtocols.FNET.ConfigurationFrame = function(idCode, timestamp, frameRate, nominalFrequency, timeOffset, stationName);
View SourceParameters
- idCode UInt16
- The ID code of this ConfigurationFrame.
- timestamp Ticks
- The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame.
- frameRate UInt16
- The defined frame rate of this ConfigurationFrame.
- nominalFrequency LineFrequency
- The nominal LineFrequency of this ConfigurationFrame.
- timeOffset Ticks
- The time offset of F-NET device in Ticks.
- stationName String
- The station name of the F-NET device.
Remarks
This constructor is used by a consumer to generate an F-NET configuration frame.
See Also