|
ConfigurationFrame3(UInt32, UInt16, Ticks, UInt16) Constructor
|
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.248-beta
Syntaxpublic ConfigurationFrame3(
uint timebase,
ushort idCode,
Ticks timestamp,
ushort frameRate
)
Public Sub New (
timebase As UInteger,
idCode As UShort,
timestamp As Ticks,
frameRate As UShort
)
public:
ConfigurationFrame3(
unsigned int timebase,
unsigned short idCode,
Ticks timestamp,
unsigned short frameRate
)
new :
timebase : uint32 *
idCode : uint16 *
timestamp : Ticks *
frameRate : uint16 -> ConfigurationFrame3
GSF.PhasorProtocols.IEEEC37_118.ConfigurationFrame3 = function(timebase, idCode, timestamp, frameRate);
View SourceParameters
- timebase UInt32
- Timebase to use for fraction second resolution.
- idCode UInt16
- The ID code of this ConfigurationFrame3.
- timestamp Ticks
- The exact timestamp, in Ticks, of the data represented by this ConfigurationFrame3.
- frameRate UInt16
- The defined frame rate of this ConfigurationFrame3.
Remarks
This constructor is used by a consumer to generate an IEEE C37.118 configuration frame, type 3.
See Also