|
CommonFrameHeaderIsFirstFrame Property
|
Gets or sets flag from that determines if this is the first frame image in a series of images representing an entire frame.
Namespace: GSF.PhasorProtocols.IEEE1344Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool IsFirstFrame { get; set; }
Public Property IsFirstFrame As Boolean
Get
Set
public:
property bool IsFirstFrame {
bool get ();
void set (bool value);
}
member IsFirstFrame : bool with get, set
function get_IsFirstFrame();
function set_IsFirstFrame(value);
View SourceProperty Value
BooleanSee Also