public FrameType TypeID { get; }
Public ReadOnly Property TypeID As FrameType Get
public: virtual property FrameType TypeID { FrameType get () sealed; }
function get_TypeID();
This returns the protocol specific frame classification which uniquely identifies the frame type.
This is the TypeID implementation.
In This Article