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