C# Class RFID.RFIDInterface.Source_GPIO

Inheritance: Object
Afficher le fichier Open project: mti-rfid/RFID_Explorer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Copy() public méthode

public Copy ( Source_GPIO from ) : void
from Source_GPIO
Résultat void

Equals() public méthode

public Equals ( Source_GPIO rhs ) : bool
rhs Source_GPIO
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Source_GPIO() public méthode

public Source_GPIO ( Source_GPIO source ) : System
source Source_GPIO
Résultat System

Source_GPIO() public méthode

public Source_GPIO ( rfid nativePin, OpAccess access ) : System
nativePin rfid
access OpAccess
Résultat System

Source_GPIO() public méthode

public Source_GPIO ( rfid nativePin, OpState state ) : System
nativePin rfid
state OpState
Résultat System

load() public méthode

public load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
Résultat rfid.Constants.Result

store() public méthode

public store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
transport rfid
readerHandle System.UInt32
Résultat rfid.Constants.Result