IrDA Framework C++ Edition

◆ AddIasRecord() [3/3]

int AddIasRecord ( const tstring ClassName,
const tstring AttribName,
const wclIrDACharSet  CharSet,
const unsigned char  Len,
const unsigned char *const  Value 
)

The function adds the string value into the server's IAS database.

Parameters
ClassNameThe class name for an IAS object.
AttribNameThe attribute name for an IAS object.
CharSetThe string's character set.
LenThe length in bytes of the string pointed by the Value parameter.
ValueThe user string to associate with the attribute.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See also
wclIrDACharSet