|
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.205-beta
Syntax public ushort FrameRate { get; set; }
Public Property FrameRate As UShort
Get
Set
member FrameRate : uint16 with get, set
function get_FrameRate();
function set_FrameRate(value);
View SourceProperty Value
UInt16Remarks
This is typically set to 10 frames per second.
See Also