Gets the fundamental frame type of this frame.

C# | Visual Basic | Visual C++ |
public FundamentalFrameType FrameType { get; }
Public ReadOnly Property FrameType As FundamentalFrameType Get
public: property FundamentalFrameType FrameType { FundamentalFrameType get (); }

Frames are generally classified as data, configuration or header frames. This returns the general frame classification.