NetOceanDirectLighthouse  3.1.1
OceanDirect Lighthouse .NET API
Public Member Functions | Static Public Member Functions | Static Protected Attributes | List of all members
NetLighthouse::NetLighthouseUserString Class Reference

Inherits ManagedObject.

Public Member Functions

virtual String getUserString (unsigned int deviceID, int %errorCode)
 
virtual void setUserString (unsigned int deviceID, int% errorCode, String^ buffer)
 

Static Public Member Functions

static NetLighthouseUserString getInstance ()
 

Static Protected Attributes

static NetLighthouseUserString userString
 

Member Function Documentation

◆ getUserString()

String NetLighthouseUserString::getUserString ( unsigned int  deviceID,
int %  errorCode 
)
virtual

.getUserString Get the current stored string on the device.

See also
setUserString()
Parameters
deviceIDthe identifier of the device as returned by getDeviceIDs.
errorCodesee 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
deviceIDthe identifier of the device as returned by getDeviceIDs.
errorCodesee LHErrorCode.
bufferthe null terminated string containing the desired user string.

The documentation for this class was generated from the following files: