C# 클래스 RFID.RFIDInterface.Source_GPIO

상속: Object
파일 보기 프로젝트 열기: mti-rfid/RFID_Explorer 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( Source_GPIO from ) : void
Equals ( Source_GPIO rhs ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
Source_GPIO ( Source_GPIO source ) : System
Source_GPIO ( rfid nativePin, OpAccess access ) : System
Source_GPIO ( rfid nativePin, OpState state ) : System
load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result

메소드 상세

Copy() 공개 메소드

public Copy ( Source_GPIO from ) : void
from Source_GPIO
리턴 void

Equals() 공개 메소드

public Equals ( Source_GPIO rhs ) : bool
rhs Source_GPIO
리턴 bool

Equals() 공개 메소드

public Equals ( System obj ) : bool
obj System
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Source_GPIO() 공개 메소드

public Source_GPIO ( Source_GPIO source ) : System
source Source_GPIO
리턴 System

Source_GPIO() 공개 메소드

public Source_GPIO ( rfid nativePin, OpAccess access ) : System
nativePin rfid
access OpAccess
리턴 System

Source_GPIO() 공개 메소드

public Source_GPIO ( rfid nativePin, OpState state ) : System
nativePin rfid
state OpState
리턴 System

load() 공개 메소드

public load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
리턴 rfid.Constants.Result

store() 공개 메소드

public store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
리턴 rfid.Constants.Result