Searched refs:READ_WRITE (Results 1 – 4 of 4) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKDevice.h | 51 property<CRKDevice, USHORT, READ_WRITE> VendorID; 55 property<CRKDevice, USHORT, READ_WRITE> ProductID; 59 property<CRKDevice, ENUM_RKDEVICE_TYPE, READ_WRITE> DeviceType; 63 property<CRKDevice, ENUM_RKUSB_TYPE, READ_WRITE> UsbType; 67 property<CRKDevice, char *, READ_WRITE> LayerName; 71 property<CRKDevice, DWORD, READ_WRITE> LocationID; 75 property<CRKDevice, USHORT, READ_WRITE> BcdUsb; 79 property<CRKDevice, ENUM_OS_TYPE, READ_WRITE> OsType;
|
| H A D | Property.hpp | 38 #define READ_WRITE 3 macro 58 if((nPropType == WRITE_ONLY) || (nPropType == READ_WRITE)) in setter() 66 if((nPropType == READ_ONLY) || (nPropType == READ_WRITE)) in getter()
|
| H A D | RKScan.h | 18 property<CRKScan, UINT, READ_WRITE> MSC_TIMEOUT; 22 property<CRKScan, UINT, READ_WRITE> RKUSB_TIMEOUT;
|
| H A D | RKLog.h | 21 property<CRKLog, bool, READ_WRITE> EnableLog;
|