|
CommonFrameHeaderIsFirstFrame Property
|
Gets flag that determines if the
ContinuationIndex represents the first frame in a series of frames that follow.
Namespace: GSF.PhasorProtocols.IEEEC37_118Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.205-beta
Syntax public bool IsFirstFrame { get; }
Public ReadOnly Property IsFirstFrame As Boolean
Get
public:
property bool IsFirstFrame {
bool get ();
}
member IsFirstFrame : bool with get
function get_IsFirstFrame();
View SourceReturn Value
Booleantrue if
ContinuationIndex represents the first frame in a series; otherwise,
false.
See Also