Mercury API
Iso180006b..::.Select Constructor (invert, op, address, mask, data)
NamespacesThingMagicIso180006b..::.SelectIso180006b..::.Select(Boolean, Iso180006b..::.SelectOp, Byte, Byte, ICollection<(Of <(Byte>)>))
Select constructor.
Declaration Syntax
C#Visual BasicVisual C++
public Select(
	bool invert,
	Iso180006b..::.SelectOp op,
	byte address,
	byte mask,
	ICollection<byte> data
)
Public Sub New ( _
	invert As Boolean, _
	op As Iso180006b..::.SelectOp, _
	address As Byte, _
	mask As Byte, _
	data As ICollection(Of Byte) _
)
public:
Select(
	bool invert, 
	Iso180006b..::.SelectOp op, 
	unsigned char address, 
	unsigned char mask, 
	ICollection<unsigned char>^ data
)
Parameters
invert (Boolean)
invert the selection
op (Iso180006b..::.SelectOp)
select options
address (Byte)
starting mask address
mask (Byte)
the select mask
data (ICollection<(Of <(Byte>)>))
the data for comparison

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