<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter2_1</id>
	<title>NeXTSTEPDRIVERKIT:Chapter2 1 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://trans.onionmixer.net/wiki/index.php?action=history&amp;feed=atom&amp;title=NeXTSTEPDRIVERKIT%3AChapter2_1"/>
	<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter2_1&amp;action=history"/>
	<updated>2026-05-01T20:59:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter2_1&amp;diff=5474&amp;oldid=prev</id>
		<title>Onionmixer: NeXTSTEP DRIVER KIT 드라이버 작성 지침 내용 추가</title>
		<link rel="alternate" type="text/html" href="https://trans.onionmixer.net/wiki/index.php?title=NeXTSTEPDRIVERKIT:Chapter2_1&amp;diff=5474&amp;oldid=prev"/>
		<updated>2017-10-09T13:24:48Z</updated>

		<summary type="html">&lt;p&gt;NeXTSTEP DRIVER KIT 드라이버 작성 지침 내용 추가&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;;Driver Writing Guidelines&lt;br /&gt;
&lt;br /&gt;
==드라이버 작성 지침==&lt;br /&gt;
&lt;br /&gt;
Here are guidelines to follow in designing and writing a device driver:&amp;lt;BR&amp;gt;&lt;br /&gt;
다음은 장치 드라이버 설계 및 작성 지침입니다.&lt;br /&gt;
&lt;br /&gt;
* Read the specifications for the hardware you&amp;#039;re working with.&amp;lt;BR&amp;gt;작업중인 하드웨어의 사양을 읽으십시오.&lt;br /&gt;
* Read the first four chapters of this manual.&amp;lt;BR&amp;gt;이 설명서의 처음 네 장을 읽으십시오.&lt;br /&gt;
* Read the IODevice and IODirectDevice class descriptions.&amp;lt;BR&amp;gt;IODevice 및 IODirectDevice 클래스 설명을 읽으십시오.&lt;br /&gt;
* Decide which class your driver will be a subclass of. Read this class description and the descriptions of any protocols the class conforms to. Read the class specification for any other related classes. If you&amp;#039;re writing a network driver, for instance, look at IONetwork.&amp;lt;BR&amp;gt;드라이버가 어떤 클래스의 하위 클래스가 될지 결정하십시오. 관련될 클래스 설명과 클래스가 준수하는 프로토콜에 대한 설명을 읽으십시오. 다른 관련 클래스에 대한 클래스 명세(specification)를 읽으십시오. 네트워크 드라이버를 작성하는 경우(예 : IONetwork)&lt;br /&gt;
* Look at examples of drivers for the type you&amp;#039;re writing. Examples are located in &amp;#039;&amp;#039;&amp;#039;/NextDeveloper/Examples/DriverKit&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;/NextLibrary/Documentation/NextDev/Examples/DriverKit&amp;#039;&amp;#039;&amp;#039;&amp;lt;BR&amp;gt;당신이 작성하려는 드라이버의 예제를 보십시오. 예제는 &amp;#039;&amp;#039;&amp;#039;/NextDeveloper/Examples/DriverKit&amp;#039;&amp;#039;&amp;#039; 과 &amp;#039;&amp;#039;&amp;#039;/NextLibrary/Documentation/NextDev/Examples/DriverKit&amp;#039;&amp;#039;&amp;#039; 경로에 있습니다.&lt;br /&gt;
* Create a subclass. Add the appropriate instance variables and methods to your driver subclass.&amp;lt;BR&amp;gt;하위 클래스를 생성합니다. 적절한 인스턴스 변수와 메소드를 드라이버 하위 클래스에 추가하십시오.&lt;br /&gt;
* Override or write methods in your subclass and any protocols it conforms to. Implement the methods to perform their functions with your hardware.&amp;lt;BR&amp;gt;하위 클래스 및 준수해야 하는 모든 프로토콜에서 메소드를 재사용 하거나 작성합니다. 하드웨어의 기능을 수행하는 메소드를 구현하십시오.&lt;/div&gt;</summary>
		<author><name>Onionmixer</name></author>
	</entry>
</feed>