Mercury API
SimpleReadPlan Class
NamespacesThingMagicSimpleReadPlan
ReadPlan consisting of list of antennas, tag protocol, filter and weight
Declaration Syntax
C#Visual BasicVisual C++
public class SimpleReadPlan : ReadPlan
Public Class SimpleReadPlan _
	Inherits ReadPlan
public ref class SimpleReadPlan : public ReadPlan
Members
All MembersConstructorsMethodsFields



IconMemberDescription
SimpleReadPlan()()()
Create a SimpleReadPlan

SimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol)
Create a SimpleReadPlan

SimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, Int32)
Create a SimpleReadPlan

SimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, TagOp, Int32)
Create a SimpleReadPlan

SimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, TagOp, Boolean)
Create a SimpleReadPlan

SimpleReadPlan(ICollection<(Of <(Int32>)>), TagProtocol, TagFilter, TagOp, Boolean, Int32)
Create a SimpleReadPlan

_defaultAntennas
Default for antennaList

_defaultFilter
Default for filter

_defaultProtocol
Default for protocol

_defaultTagOp
Default for TagOp

Antennas
List of antennas. May be null, which means "use auto-detected antennas".

enableAutonomousRead
enabling autonomous read
(Inherited from ReadPlan.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Filter
Tag filter

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(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.)
Op
Tag Operation

Protocol
List of protocols

ReadTrigger
Trigger Read

ToString()()()
Human-readable representation
(Overrides Object.ToString()()().)
UseFastSearch
Fast search

Weight
Relative weight for time allocation against other read plans
(Inherited from ReadPlan.)
Inheritance Hierarchy

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)