ISensorCollection 接口 (sensorsapi.h)
表示传感器的集合,例如连接到计算机的所有传感器。
通过调用 ISensorManager 接口的方法检索指向 ISensorCollection 的 指针。 除了从 IUnknown 继承的方法外, ISensorCollection 接口还公开了以下方法。
继承
ISensorCollection 接口继承自 IUnknown 接口。
方法
ISensorCollection 接口具有以下方法。
ISensorCollection::Add 将传感器添加到集合。 |
ISensorCollection::Clear 清空传感器集合。 |
ISensorCollection::GetAt 检索集合中指定索引处的传感器。 |
ISensorCollection::GetCount 检索集合中传感器的计数。 |
ISensorCollection::Remove 从集合中删除传感器。 传感器由指向要移除的 ISensor 接口的指针指定。 |
ISensorCollection::RemoveByID 从集合中删除传感器。 要移除的传感器由其 ID 指定。 |
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 7 [仅限桌面应用] |
最低受支持的服务器 | 无受支持的版本 |
目标平台 | Windows |
标头 | sensorsapi.h |