Hosted/include/Hosted/Util.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <WString.h>
4 
5 namespace Hosted
6 {
11 char convertType(const String& type);
12 
22 String convertFQN(const String& name);
23 
24 } // namespace Hosted
The String class.
Definition: WString.h:137
Definition: Components/Hosted/include/Hosted/Client.h:32
char convertType(const String &type)
String convertFQN(const String &name)