(ETrackedPropertyError error)
| 4730 | return result; |
| 4731 | } |
| 4732 | public string GetPropErrorNameFromEnum(ETrackedPropertyError error) |
| 4733 | { |
| 4734 | IntPtr result = FnTable.GetPropErrorNameFromEnum(error); |
| 4735 | return Marshal.PtrToStringAnsi(result); |
| 4736 | } |
| 4737 | public ulong TrackedDeviceToPropertyContainer(uint nDevice) |
| 4738 | { |
| 4739 | ulong result = FnTable.TrackedDeviceToPropertyContainer(nDevice); |
nothing calls this directly
no test coverage detected