ManagedCuda.DriverAPINativeMethods.DeviceManagement.cuDeviceGetByPCIBusId C# (CSharp) Method

cuDeviceGetByPCIBusId() private method

private cuDeviceGetByPCIBusId ( ManagedCuda.BasicTypes.CUdevice &dev, byte pciBusId ) : CUResult
dev ManagedCuda.BasicTypes.CUdevice
pciBusId byte
return CUResult
            public static extern CUResult cuDeviceGetByPCIBusId(ref CUdevice dev, byte[] pciBusId);