package com.artncore.wallpaddevservice; interface DevCtrCMD { String getDevInfo(in String reqCMD); void set_interval(int interval); String Check_BootupStatus(); String Get_Devise_Info(); String Control_Device(in String cmdstr); }