Beispiel #1
0
        public SoftwareDevice() : base(IntPtr.Zero)
        {
            object error;

            m_instance = NativeMethods.rs2_create_software_device(out error);
        }
        private static IntPtr CreateSoftwareDevice()
        {
            object error;

            return(NativeMethods.rs2_create_software_device(out error));
        }