|   | FrameParserFrameRate Property | 
        
        
            Gets or sets the configured frame rate for the F-NET device.
            
        
        Namespace: GSF.PhasorProtocols.FNETAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic ushort FrameRate { get; set; }Public Property FrameRate As UShort
	Get
	Set
public:
property unsigned short FrameRate {
	unsigned short get ();
	void set (unsigned short value);
}member FrameRate : uint16 with get, set
function get_FrameRate();
function set_FrameRate(value);
Property Value
UInt16 Remarks
Remarks
            This is typically set to 10 frames per second.
            
 See Also
See Also