========================================== General Function ========================================== Basic Functions ---------------- +---------------------------+---------------------------------------+ | 함수명 | 설명 | +===========================+=======================================+ | :ref:`ecGn_LoadDevices` | 장치를 로드합니다. | +---------------------------+---------------------------------------+ | :ref:`ecGn_UnloadDevices` | 장치를 언로드합니다. | +---------------------------+---------------------------------------+ | :ref:`ecGn_IsDevLoaded` | 장치가 로드되었는지 확인합니다. | +---------------------------+---------------------------------------+ | :ref:`ecGn_GetNumDevices` | 현재 시스템의 장치 개수를 확인합니다. | +---------------------------+---------------------------------------+ | :ref:`ecGn_GetDevInfo` | 장치의 상세 정보를 확인합니다. | +---------------------------+---------------------------------------+ .. toctree:: :glob: :hidden: Basic Functions/* Optional Functions ------------------- +------------------------------------+-----------------------------------------------------------------------+ | 함수명 | 함수설명 | +====================================+=======================================================================+ | :ref:`ecGn_SetBootWaitMode` | 장치를 로드할 때 마스터 부팅 대기 여부를 설정합니다. | +------------------------------------+-----------------------------------------------------------------------+ | :ref:`ecGn_GetBootWaitMode` | 장치를 로드할 때 마스터 부팅 대기 여부를 반환합니다. | +------------------------------------+-----------------------------------------------------------------------+ | :ref:`ecGn_SetEnableTimerResolSet` | 라이브러리의 Sleep() 타이머 분해능을 1msec로 설정합니다. | +------------------------------------+-----------------------------------------------------------------------+ | :ref:`ecGn_GetEnableTimerResolSet` | 라이브러리의 Sleep() 타이머 분해능이 1msec로 설정되었는지 반환합니다. | +------------------------------------+-----------------------------------------------------------------------+ .. toctree:: :glob: :hidden: Optional Functions/*