| 4720 | FnTable = (IVRProperties)Marshal.PtrToStructure(pInterface, typeof(IVRProperties)); |
| 4721 | } |
| 4722 | public ETrackedPropertyError ReadPropertyBatch(ulong ulContainerHandle,ref PropertyRead_t pBatch,uint unBatchEntryCount) |
| 4723 | { |
| 4724 | ETrackedPropertyError result = FnTable.ReadPropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount); |
| 4725 | return result; |
| 4726 | } |
| 4727 | public ETrackedPropertyError WritePropertyBatch(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount) |
| 4728 | { |
| 4729 | ETrackedPropertyError result = FnTable.WritePropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount); |