Method GenerateSets
GenerateSets(out string, params ElementInfoEventMessage[])
Generates the SetParameterMessages required when trying to apply this ProfileInstance on one or more elements.
public IEnumerable<SetParameterMessage> GenerateSets(out string error, params ElementInfoEventMessage[] info)
Parameters
error
stringOutput string that contains any errors that occurred.
info
ElementInfoEventMessage[]Elements on which this ProfileInstance needs to be applied.
Returns
- IEnumerable<SetParameterMessage>
The SetParameterMessage messages.
GenerateSets(out string, params Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[])
Generate the SetMessages required when trying to apply this ProfileInstance on one or more elements.
public IEnumerable<SetParameterMessage> GenerateSets(out string error, params Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[] info)
Parameters
error
stringOutput string that contains any errors that occurred.
info
Tuple<ElementInfoEventMessage, GetProtocolInfoResponseMessage>[]Elements on which this ProfileInstance needs to be applied.
Returns
- IEnumerable<SetParameterMessage>
The SetParameterMessage messages.