Components/Hosted/include/Hosted/Client.h
Go to the documentation of this file.
String convertFQN(const String &name)
R wait()
This method will block the execution until a message is detected.
Definition: Components/Hosted/include/Hosted/Client.h:77
constexpr int COMMAND_NOT_FOUND
Definition: Components/Hosted/include/Hosted/Client.h:33
bool send(const String &functionName, Args... args)
Method to send commands to the remote server.
Definition: Components/Hosted/include/Hosted/Client.h:60
Definition: Components/Hosted/include/Hosted/Client.h:31
Client(Stream &stream, char methodEndsWith=':')
Definition: Components/Hosted/include/Hosted/Client.h:40
Definition: Components/Hosted/include/Hosted/Client.h:35
int getFunctionId(String name)
Fetches a list of commands supported on the RPC server and gives back the id of the desired command.
Definition: Components/Hosted/include/Hosted/Client.h:96
bool getRemoteCommands()
Gets list of remote command names and their ids.
Definition: Components/Hosted/include/Hosted/Client.h:119
int indexOf(char ch, size_t fromIndex=0) const