Handles incoming commands from devices connected over the command channel.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected virtual void DeviceCommandHandler( Guid clientID, string connectionID, byte[] commandBuffer, int length )
Protected Overridable Sub DeviceCommandHandler ( _ clientID As Guid, _ connectionID As String, _ commandBuffer As Byte(), _ length As Integer _ )
protected: virtual void DeviceCommandHandler( Guid clientID, String^ connectionID, array<unsigned char>^ commandBuffer, int length )
Remarks
This method should be overriden by derived classes in order to handle incoming commands,
specifically handling requests for configuration frames.