GoWebScan API
kStatus GoWebScanConfigNode_Construct ( GoWebScanConfigNode node,
kSSize  bankId,
GoWebScanConfigSensor  sensor,
GoWebScanSettingsSensor  settingsSensor,
GoWebScanCal  calibration,
const GoWebScanConfigSensorInfo sensorInfo,
kAlloc  allocator 
)

Constructs a GoWebScanConfigNode object.

Parameters
nodeReceives the constructed GoWebScanConfigNode object.
bankIdBank ID of node (index of node with respect to sensor).
sensorConfiguration of parent sensor.
settingsSensorUser settings for the sensor.
calibrationSystem calibration. Set to kNULL if running system uncalibrated or if running system calibration.
sensorInfoList of GoWebScanConfigSensorInfo structs representing information from each sensor in the system.
allocatorMemory allocator (or kNULL for default).
Returns
Operation status.