#include <NetLighthouseUserString.h>
Inherits ManagedObject.
◆ NetLighthouseUserString()
NetLighthouseUserString::NetLighthouseUserString |
( |
| ) |
|
|
protected |
◆ ~NetLighthouseUserString()
virtual NetLighthouse::NetLighthouseUserString::~NetLighthouseUserString |
( |
| ) |
|
|
inlinevirtual |
◆ getInstance()
◆ getUserString()
String NetLighthouseUserString::getUserString |
( |
unsigned int | deviceID, |
|
|
int % | errorCode ) |
|
virtual |
.getUserString Get the current stored string on the device.
- See also
- setUserString()
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
- Returns
- the current stored user string.
◆ setUserString()
void NetLighthouseUserString::setUserString |
( |
unsigned int | deviceID, |
|
|
int% | errorCode, |
|
|
String^ | buffer ) |
|
virtual |
.setUserString Set the stored string on the device.
- See also
- getUserString()
- Parameters
-
deviceID | the identifier of the device as returned by getDeviceIDs. |
errorCode | see LHErrorCode. |
buffer | the null terminated string containing the desired user string. |
◆ userString
The documentation for this class was generated from the following files: