( self, arguments )
| 477 | |
| 478 | |
| 479 | def GetCommandResponse( self, arguments ): |
| 480 | final_arguments, extra_data = self._GetCommandRequestArguments( |
| 481 | arguments, |
| 482 | False, |
| 483 | 0, |
| 484 | 0 ) |
| 485 | return GetCommandResponse( final_arguments, extra_data ) |
| 486 | |
| 487 | |
| 488 | def SendCommandRequestAsync( self, |
nothing calls this directly
no test coverage detected