Skip to main content
Skip table of contents

send_unload_module(unique_id)

기능

Framework Module 을 unload 한다.

인수

인수명자료형기본값설명

unique_id

int- unload 할 module의 UniqueID

리턴

설명

int

상태 값

0 : 성공

0 이외의 값 : 에러코드

int

unload 한 Module의 UniqueID 

예외

예외설명

DR_Error (DR_ERROR_TYPE)

인수들의 데이터형 오류 시

DR_Error (DR_ERROR_VALUE)

인수의 값이 유효하지 않을 시

DR_Error (DR_ERROR_RUNTIME)

C Extension 모듈 에러 발생 시

DR_Error (DR_ERROR_STOP)

프로그램 강제 종료 시

예제

PY
sub_type, status, id, name = send_load_module("com.dart.module.default.admittancecontrol", 5, 1)
send_unload_module(id)
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.