|
CommonFrameHeaderIsLastFrame Property
|
Gets or sets flag that determines if this is the last 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 IsLastFrame { get; set; }
Public Property IsLastFrame As Boolean
Get
Set
public:
property bool IsLastFrame {
bool get ();
void set (bool value);
}
member IsLastFrame : bool with get, set
function get_IsLastFrame();
function set_IsLastFrame(value);
View SourceProperty Value
BooleanSee Also