![]() | PhysicalName::ExportedName |
Returns either the qualified or unqualified repeated capability physical name based upon whether the repeated capability has been configured to use qualified physical names.
const char* ExportedName() const;
Returns either the qualified or unqualified repeated capability physical name.
Repeated capabilities can be configured to use either qualified or unqualified physical names when registering names in the IVI Configuration Store and when returning physical name strings from the driver functions such as GetChannelName. This selection is made in the Driver Settings Editor.
This function will behave exactly as either the Name function or the QualifiedName function depending upon how the repeated capability has been configured. See the help topics on those functions for more information.