FACT++  1.0
bool ConnectionDrive::HasError ( ) const
inline

Definition at line 1310 of file drivectrl.cc.

1311  {
1312  const uint8_t typ0 = fErrCode[0]>>16;
1313  const uint8_t typ1 = fErrCode[1]>>16;
1314  return typ0==0xe || typ0==0xf || typ1==0xe || typ1==0xf;
1315  }
uint32_t fErrCode[2]
Definition: drivectrl.cc:585