3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

send_unload_module()

Definition

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

Python
sub_type, status, id, name = send_load_module("com.dart.module.default.admittancecontrol", 5, 1)
send_unload_module(id)

Keyword

send / module / send_ / send_unload / unload_module