|   | ConnectionParametersFrameRate 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
Syntax[DefaultValueAttribute(10)]
public ushort FrameRate { get; set; }<DefaultValueAttribute(10)>
Public Property FrameRate As UShort
	Get
	Set
public:
[DefaultValueAttribute(10)]
property unsigned short FrameRate {
	unsigned short get ();
	void set (unsigned short value);
}[<DefaultValueAttribute(10)>]
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