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

can_dongle_sms_send() public method

public can_dongle_sms_send ( )
    public function can_dongle_sms_send()
    {
        $write = array(implode("\r\n", array('action: DongleSendSMS', 'actionid: 1432.123', 'device: device', 'number: number', 'message: message', '')));
        $action = new \PAMI\Message\Action\DongleSendSMSAction('device', 'number', 'message');
        $client = $this->_start($write, $action);
    }
Test_Actions