Click or drag to resize

DriverSession::DriverSetup

Returns the DriverSetup option that was passed as part of the OptionsString parameter to the InitWithOptions function when the driver session was created or that was read from the IVI Configuration Store.

virtual const std::string& DriverSetup() const;

const std::string& DriverSetup(ViSession Vi);
Parameters
Vi

[in] ViSession handle for the driver session.

Return Value

Returns the DriverSetup string associated with the driver session.

Remarks

This function returns the DriverSetup string that was either passed to the driver upon initialization or that was read from the IVI Configuration Store. The DriverSetup string is typically parsed by Nimbus into a set of name-value pairs. This function returns the entire string with no processing.

Download a complete CHM version of this documentation here.