Xpace
Xpace::Remote::String Struct Reference

String does NOT own its buffer. More...

#include <remote.h>

Public Member Functions

 String (size_t len=0, uint16 *b=0)
 
 String (uint16 *s)
 

Static Public Member Functions

static size_t str16len (uint16 *s)
 

Public Attributes

const size_t bufferLength
 
uint16 *const buffer
 

Detailed Description

String does NOT own its buffer.

Definition at line 24 of file remote.h.

Constructor & Destructor Documentation

Xpace::Remote::String::String ( size_t  len = 0,
uint16 b = 0 
)
inline
Parameters
lenthe number of chars in the buffer
bthe buffer

Definition at line 29 of file remote.h.

Xpace::Remote::String::String ( uint16 s)
inline
Parameters
sa 0-terminated string

Definition at line 38 of file remote.h.

Member Function Documentation

static size_t Xpace::Remote::String::str16len ( uint16 s)
inlinestatic

Definition at line 49 of file remote.h.

Member Data Documentation

const size_t Xpace::Remote::String::bufferLength

Definition at line 44 of file remote.h.

uint16* const Xpace::Remote::String::buffer

Definition at line 45 of file remote.h.


The documentation for this struct was generated from the following file:

current as of Wed Jun 10 2026 12:00:06