C# Class RFID.RFIDInterface.Source_OEMData

Inheritance: Object
Show file Open project: mti-rfid/RFID_Explorer

Protected Properties

Property Type Description
oemDataBuffer System.UInt32[]

Public Methods

Method 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

Protected Methods

Method Description
stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32

Method Details

Source_OEMData() public method

public Source_OEMData ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

load() public method

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

store() public method

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

stringToUInt32Array() protected method

protected stringToUInt32Array ( String source, UInt32 target, UInt32 offset, UInt32 length ) : Int32
source String
target System.UInt32
offset System.UInt32
length System.UInt32
return System.Int32

uint32ArrayToString() public static method

public static uint32ArrayToString ( UInt32 source, UInt32 offset ) : String
source System.UInt32
offset System.UInt32
return String

Property Details

oemDataBuffer protected property

protected UInt32[],System oemDataBuffer
return System.UInt32[]