50 #ifndef _RemoteDevice_H_
51 #define _RemoteDevice_H_
53 #include "IRemoteDevice.h"
60 namespace multidevice {
71 unsigned int getDeviceAddress();
73 void setDeviceResolution(
int width,
int height);
74 void getDeviceResolution(
int* width,
int* height);
Definition: RemoteDevice.h:61
Definition: IRemoteDevice.h:59