GetParameterSets¶
-
virtual std::vector<PParameterSet> IApplyParameterSet::GetParameterSets() = 0¶
Gets the collection of parameter sets configured for this command.
- Returns
std::vector<PParameterSet> – Collection of parameter sets configured for this command.
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.