I have a class.h file which has following funcs declaration
class.h class A{ public: void startScan(); void stopScan(); ....... } <