Pixels Plugin for Unity
Enable communications with Pixels dice using Bluetooth Low Energy.
|
C helper methods for COM strings. More...
Go to the source code of this file.
Namespaces | |
namespace | Systemic |
Systemic Games base namespace. | |
namespace | Systemic::ComHelper |
Helper methods for COM strings. | |
Functions | |
const char * | Systemic::ComHelper::copyToComBuffer (const char *str) |
Copy the UTF-8 C string into a COM buffer. | |
const char * | Systemic::ComHelper::copyToComBuffer (const wchar_t *str) |
Convert the UTF-16 C string to UTF-8 and copy the result into a COM buffer. | |
void | Systemic::ComHelper::freeComBuffer (void *buffer) |
Free a COM buffer. | |
C helper methods for COM strings.