C# Class RFID.RFIDInterface.Source_OEMData

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

Protected Properties

Свойство Type Description
oemDataBuffer System.UInt32[]

Méthodes publiques

Méthode Description
Source_OEMData ( ) : System
ToString ( ) : string
load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
uint32ArrayToString ( UInt32 source, UInt32 offset ) : String

Méthodes protégées

Méthode Description
stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32

Method Details

Source_OEMData() public méthode

public Source_OEMData ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

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

stringToUInt32Array() protected méthode

protected stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32
source String
target System.UInt32
offset System.UInt32
length System.UInt32
Résultat System.Int32

uint32ArrayToString() public static méthode

public static uint32ArrayToString ( UInt32 source, UInt32 offset ) : String
source System.UInt32
offset System.UInt32
Résultat String

Property Details

oemDataBuffer protected_oe property

protected UInt32[],System oemDataBuffer
Résultat System.UInt32[]