| 9761 | } |
| 9762 | |
| 9763 | inline XnStatus FrameSyncCapability::FrameSyncWith(Generator& other) |
| 9764 | { |
| 9765 | return xnFrameSyncWith(GetHandle(), other.GetHandle()); |
| 9766 | } |
| 9767 | |
| 9768 | inline XnStatus FrameSyncCapability::StopFrameSyncWith(Generator& other) |
| 9769 | { |
no test coverage detected