public bool CheckFirmwareCompatibility() { object error; return(NativeMethods.rs2_check_firmware_compatibility(Handle, out error) != 0); }