8.4.12.2 Delete Method
The Delete Method can be used to delete an item from the folder. The Delete can require a call to Uninstall at the InstallationStateMachine (see 8.4.9).
Signature
Delete(
[in] 0:NodeId ObjectToDelete);
| Argument | Description |
| ObjectToDelete | NodeId of the item to delete. |
Method Result Codes (defined in Call Service)
| Result Code | Description |
| Bad_NotFound | The specified item does not exist. |
| Bad_InvalidState | If the item shall be uninstalled before deletion. (see InstallationStateMachineType 8.4.9). |
| Attribute | Value | ||||
| BrowseName | 1:Delete | ||||
| References | NodeClass | BrowseName | DataType | TypeDefinition | Other |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | 0:InputArguments | 0:Argument[] | 0:PropertyType | M |
| Conformance Units | |||||
|---|---|---|---|---|---|
| DI SU SoftwareFolder |