reqGetBlobValue()

This procedure retrieves Blob value for given node string.

ParameterTypeDescription
baseNode1024A VARYING, VARSIZEMandatoryThis parameter is used to pass base node. Currently following base nodes are supproted: “IptorAPI”, “method”, “params”, “messages”, “control”, “id”
node1024A VARYING, VARSIZEOptionalNode name. This parameter is optional. If the structure is more complex then nodes must be divided by colon “:”
valueLength10U 0OptionalReturns length of Value in bytes
valueType1AOptionalReturns type of value (see types of value)
existsNOptionalReturns *ON if value exists, *OFF if value does not exit

The procedure returns poiner to Blob value in memory.

Example:

xxBlobPtr = reqGetBlobValue('params': 'orderDate': xxLength);