A Sandcastle Documented Class Library
ReaderCapabilitiesBuilder Methods |
The ReaderCapabilitiesBuilder type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetBuilder | ||
GetCapabilities | ||
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SetAntennaIds |
Sets the ID of any antennas that are detected (default null).
|
|
SetAntennas |
Sets the collection of antenna ID's. Antennas are numbered 1, 2, 3, etc.
|
|
SetDevice |
Sets the reader type identification.
|
|
SetFirmware |
Sets the firmware revision level.
|
|
SetGP_INPUTS |
Sets the number of general purpose inputs.
|
|
SetGP_OUTPUTS |
Sets the number of general purpose outputs.
|
|
SetManufacturer |
Sets the name of the reader manufacturer.
|
|
SetMaxAntennas |
Sets the maximum number of antennas that the reader can use (default 1).
|
|
SetMaxOperations |
Sets the number of operations the reader can execute in sequence (default 1).
|
|
SetMaxPower |
Sets the maximum power in dBm that the reader can output (default 30).
|
|
SetMaxSelects |
Sets the number of selects that may be applied (default 1).
|
|
SetMinPower |
Sets the minimum power int dBm that the reader can output (default 10).
|
|
SetModes |
Sets the list of modes supported by reader (may be null if no modes are defined).
|
|
SetPowerStep |
Sets the granularity in dBm for setting power (default 1).
|
|
SetReportsWriteProgress |
Sets whether the reader can report the number of words written when a write operation has failed.
|
|
SetSelectGranularity_bits |
Sets the granularity that can be used for select criteria (default 16).
|
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
See Also