send_unload_module(unique_id)
Features
Unload the Framework Module.
Parameters
Parameter Name | Data Type | Default Value | Description |
---|---|---|---|
unique_id | int | - | UniqueID of module to unload |
Return
Value | Description |
---|---|
int | status value 0 : success Value other than 0 : Error code |
int | UniqueID of unloaded module |
Exception
Exception | Description |
---|---|
DR_Error (DR_ERROR_TYPE) | Parameter data type error occurred |
DR_Error (DR_ERROR_VALUE) | Parameter value is invalid |
DR_Error (DR_ERROR_RUNTIME) | C extension module error occurred |
DR_Error (DR_ERROR_STOP) | Program terminated forcefully |
Example
sub_type, status, id, name = send_load_module("com.dart.module.default.admittancecontrol", 5, 1)
send_unload_module(id)