Method
DriverDebugRequest
(uint unDeviceIndex,string pchRequest,System.Text.StringBuilder pchResponseBuffer,uint unResponseBufferSize)
Source from the content-addressed store, hash-verified
| 4634 | return result; |
| 4635 | } |
| 4636 | public uint DriverDebugRequest(uint unDeviceIndex,string pchRequest,System.Text.StringBuilder pchResponseBuffer,uint unResponseBufferSize) |
| 4637 | { |
| 4638 | IntPtr pchRequestUtf8 = Utils.ToUtf8(pchRequest); |
| 4639 | uint result = FnTable.DriverDebugRequest(unDeviceIndex,pchRequestUtf8,pchResponseBuffer,unResponseBufferSize); |
| 4640 | Marshal.FreeHGlobal(pchRequestUtf8); |
| 4641 | return result; |
| 4642 | } |
| 4643 | } |
| 4644 | |
| 4645 | |
Callers
nothing calls this directly
Tested by
no test coverage detected