IrDA Framework C++ Edition

◆ AddIasRecord() [2/3]

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

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

Parameters
ClassNameThe class name for an IAS object.
AttribNameThe attribute name for an IAS object.
LenThe length of the bytes array pointed by the Value parameter.
ValueThe binary value (bytes array) 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.