#include "config.h"
#include <memory>
#include <string>
#include <vector>
#include "connectionerror.h"
#include "bufferstore.h"
#include "Enum.h"
#include "tcpsocket.h"
Go to the source code of this file.
|
| template<typename Client , typename Client16 , typename Client32 > |
| Client * | ncp_client::connect (const std::string &host, int port, bool waitForDevice, Enum< ConnectionError > *error) |
| | Create a new NCP client instance, selecting the appropriate subclass based on the device type reported by an NCP$INFO query. More...
|
| |