| 
            
              ConfigurationFrame(UInt16, Ticks, UInt16) Constructor
             | 
          
        
        
        
        Namespace: GSF.PhasorProtocols.AnonymousAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic ConfigurationFrame(
	ushort idCode,
	Ticks timestamp,
	ushort frameRate
)
Public Sub New ( 
	idCode As UShort,
	timestamp As Ticks,
	frameRate As UShort
)
public:
ConfigurationFrame(
	unsigned short idCode, 
	Ticks timestamp, 
	unsigned short frameRate
)
new : 
        idCode : uint16 * 
        timestamp : Ticks * 
        frameRate : uint16 -> ConfigurationFrameGSF.PhasorProtocols.Anonymous.ConfigurationFrame = function(idCode, timestamp, frameRate);
 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.
 
See Also