Casts the parsed IChannelFrame to its specific implementation (i.e., IDataFrame, IConfigurationFrame, ICommandFrame or IHeaderFrame).
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
protected virtual void OnReceivedChannelFrame( IChannelFrame frame )
Protected Overridable Sub OnReceivedChannelFrame ( _ frame As IChannelFrame _ )
protected: virtual void OnReceivedChannelFrame( IChannelFrame^ frame )
 Parameters
 Parameters- frame (IChannelFrame)
- IChannelFrame that was parsed by FrameImageParserBase that implements protocol specific common frame header interface.