Select constructor.
| C# | Visual Basic | Visual 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 )
- 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