Inherits ManagedObject.
|
virtual String | getUserString (unsigned int deviceID, int %errorCode) |
|
virtual void | setUserString (unsigned int deviceID, int% errorCode, String^ buffer) |
|
◆ 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. |
The documentation for this class was generated from the following files: