24#ifndef __SWRE_BACKDOOR_H__
25#define __SWRE_BACKDOOR_H__
55 virtual void HandleCommand(
const std::vector<std::wstring>& cmdTokens) = 0;
This namespace contains all the functionality and definitions of the SAFIR SDK.
Definition Backdoor.h:31
Interface for handling PI commands.
Definition Backdoor.h:42
virtual void HandleCommand(const std::vector< std::wstring > &cmdTokens)=0
Called when a 'Program Info' command aimed for this handler is received.
virtual ~Backdoor()
Destructor.
Definition Backdoor.h:47
virtual std::wstring GetHelpText()=0
Called when a 'help' command aimed for this handler is received.