take_instances
Description:
[ Version ( since = "3.34" ) ]
public void take_instances (owned SList<ComponentAlarmInstance>? instances)
public void take_instances (owned SList<ComponentAlarmInstance>? instances)
Replaces the list of instances with the given instances
and assumes ownership of it.
Neither the SList, nor its items, should contain the same structures.
Parameters:
this | |
instances |
ComponentAlarmInstance objects to take |