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