/// <summary>
        /// Enter the device to update state, this will cause the updatable device to disconnect and reconnect as UpdateDevice
        /// </summary>
        public void EnterUpdateState()
        {
            object error;

            NativeMethods.rs2_enter_update_state(Handle, out error);
        }