todo: fill out properties
| 271 | |
| 272 | // todo: fill out properties |
| 273 | OniBool isPropertySupported(int propertyId) |
| 274 | { |
| 275 | if (propertyId == ONI_DEVICE_PROPERTY_IMAGE_REGISTRATION) |
| 276 | return true; |
| 277 | return false; |
| 278 | } |
| 279 | |
| 280 | OniStatus getProperty(int propertyId, void* data, int* pDataSize) |
| 281 | { |
nothing calls this directly
no outgoing calls
no test coverage detected