NeXTSTEPDRIVERKIT:Chapter5 Desc

From 흡혈양파의 번역工房
Revision as of 04:33, 24 October 2017 by Onionmixer (talk | contribs) (NeXTSTEP DRIVER KIT Driver Kit Reference 내용 추가)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Driver Kit Reference

Driver Kit Reference

  • Library:
    • Configure application API has no library - 라이브러리에 없는 애플리케이션 설정 API
    • Other user-level API is in libDriver.a - libDriver.a 에 있는 별도 사용자-수준 API
    • Kernel-level API has no library - 라이브러리에 없는 커널-수준 API
  • 'Header File Directory:;
    • /NextDeveloper/Headers/driverkit


This chapter documents the Driver Kit's API--public classes, protocols, functions, and types and constants. The "Other Features" section describes such features as device auto detection.
이 장에서는 공용 클래스(public classes), 프로토콜, 함수, 타입(types) 및 상수(constants)와 같은 Driver Kit 의 API 에 대해 설명합니다. "Other Features" 섹션에서는 장치 자동 감지와 같은 기능을 설명합니다.


Warning: You should avoid using an undocumented API, since it's subject to change. For example, if a method is in a class header file but not in the class documentation, the method is likely to change or disappear in future releases.
Warning: 문서화되지 않은 API 는 변경될 수 있으므로 사용하지 않는 것이 좋은데, 예를 들어, 메소드가 클래스 헤더 파일에는 있지만 클래스 문서에는 없는 경우, 메소드는 향후 릴리스에서 변경되거나 사라질 수 있습니다.


Notes