Gets the fundamental frame type of this frame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public FundamentalFrameType FrameType { get; }
Public ReadOnly Property FrameType As FundamentalFrameType Get
public: property FundamentalFrameType FrameType { FundamentalFrameType get (); }
Remarks
Frames are generally classified as data, configuration or header frames. This returns the general frame classification.