ManagedCuda.DriverAPINativeMethods.DeviceManagement.cuDeviceGetByPCIBusId C# (CSharp) Метод

cuDeviceGetByPCIBusId() приватный Метод

private cuDeviceGetByPCIBusId ( ManagedCuda.BasicTypes.CUdevice &dev, byte pciBusId ) : CUResult
dev ManagedCuda.BasicTypes.CUdevice
pciBusId byte
Результат CUResult
            public static extern CUResult cuDeviceGetByPCIBusId(ref CUdevice dev, byte[] pciBusId);