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

can_dongle_show_devices() public method

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