Home
last modified time | relevance | path

Searched refs:DeviceType (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp125 DeviceType.setContainer(this); in CRKDevice()
126 DeviceType.getter(&CRKDevice::GetDeviceType); in CRKDevice()
127 DeviceType.setter(&CRKDevice::SetDeviceType); in CRKDevice()
H A DRKDevice.h59 property<CRKDevice, ENUM_RKDEVICE_TYPE, READ_WRITE> DeviceType; variable