busCanDispatch
answers whether the bus is in state such that the next command can be dispatched.
Declaration
virtual bool busCanDispatch(
void );Return Value
true - bus is free to issue commands. false - bus cannot issue commands at this time.
answers whether the bus is in state such that the next command can be dispatched.
virtual bool busCanDispatch(
void );true - bus is free to issue commands. false - bus cannot issue commands at this time.