| C# | Visual Basic | Visual C++ |
protected abstract void DataRx( ushort Command, Object Data )
Protected MustOverride Sub DataRx ( _ Command As UShort, _ Data As Object _ )
protected: virtual void DataRx( unsigned short Command, Object^ Data ) abstract
- Command (UInt16)
- Data (Object)