----------------------------------------------------------------------------- Stop the current controller function -----------------------------------------------------------------------------
| 4080 | // Stop the current controller function |
| 4081 | //----------------------------------------------------------------------------- |
| 4082 | bool Manager::CancelControllerCommand |
| 4083 | ( |
| 4084 | uint32 const _homeId |
| 4085 | ) |
| 4086 | { |
| 4087 | if( Driver* driver = GetDriver( _homeId ) ) |
| 4088 | { |
| 4089 | return( driver->CancelControllerCommand() ); |
| 4090 | } |
| 4091 | |
| 4092 | return false; |
| 4093 | } |
| 4094 | |
| 4095 | //----------------------------------------------------------------------------- |
| 4096 | // <Manager::TestNetworkNode> |
nothing calls this directly
no outgoing calls
no test coverage detected