This is the C++ code:
s.connect(L"TelldusClient");
I haven't seen this syntax before. I cannot find where L comes from and what it is. The header file gives:
void connect(const std::wstring &server);
So it seems like it is some sort of concatenation?