C# Class RFID.RFIDInterface.Source_FrequencyBand

Show file Open project: mti-rfid/RFID_Explorer Class Usage Examples

Public Properties

Property Type Description
ClockKHz Double
affinityBand System.UInt16
band System.UInt32
divider System.UInt16
guardBand System.UInt16
maxDACBand System.UInt16
minDACBand System.UInt16
multiplier System.UInt16
state BandState

Public Methods

Method Description
Copy ( Source_FrequencyBand from ) : void
Equals ( Source_FrequencyBand rhs ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
Source_FrequencyBand ( Source_FrequencyBand frequencyBand ) : System
Source_FrequencyBand ( UInt32 band ) : System
Source_FrequencyBand ( UInt32 band, BandState state, UInt16 multiplier, UInt16 divider, UInt16 minDACBand, UInt16 affinityBand, UInt16 maxDACBand, UInt16 guardBand ) : System
load ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result
store ( rfid transport, UInt32 readerHandle ) : rfid.Constants.Result

Method Details

Copy() public method

public Copy ( Source_FrequencyBand from ) : void
from Source_FrequencyBand
return void

Equals() public method

public Equals ( Source_FrequencyBand rhs ) : bool
rhs Source_FrequencyBand
return bool

Equals() public method

public Equals ( System obj ) : bool
obj System
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Source_FrequencyBand() public method

public Source_FrequencyBand ( Source_FrequencyBand frequencyBand ) : System
frequencyBand Source_FrequencyBand
return System

Source_FrequencyBand() public method

public Source_FrequencyBand ( UInt32 band ) : System
band System.UInt32
return System

Source_FrequencyBand() public method

public Source_FrequencyBand ( UInt32 band, BandState state, UInt16 multiplier, UInt16 divider, UInt16 minDACBand, UInt16 affinityBand, UInt16 maxDACBand, UInt16 guardBand ) : System
band System.UInt32
state BandState
multiplier System.UInt16
divider System.UInt16
minDACBand System.UInt16
affinityBand System.UInt16
maxDACBand System.UInt16
guardBand System.UInt16
return System

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

Property Details

ClockKHz public static property

public static Double ClockKHz
return Double

affinityBand public property

public UInt16,System affinityBand
return System.UInt16

band public property

public UInt32,System band
return System.UInt32

divider public property

public UInt16,System divider
return System.UInt16

guardBand public property

public UInt16,System guardBand
return System.UInt16

maxDACBand public property

public UInt16,System maxDACBand
return System.UInt16

minDACBand public property

public UInt16,System minDACBand
return System.UInt16

multiplier public property

public UInt16,System multiplier
return System.UInt16

state public property

public BandState state
return BandState