PAMI\Client\Impl\Test_Actions::can_dongle_stop PHP Method

can_dongle_stop() public method

public can_dongle_stop ( )
    public function can_dongle_stop()
    {
        $write = array(implode("\r\n", array('action: DongleStop', 'actionid: 1432.123', 'when: when', 'device: device', '')));
        $action = new \PAMI\Message\Action\DongleStopAction('when', 'device');
        $client = $this->_start($write, $action);
    }
Test_Actions