Characteristic | Locus |
---|---|
Inherited Members | System.IObservable<System.Byte[]>.Subscribe(System.IObserver<System.Byte[]>) System.IDisposable.Dispose() |
Namespace | Meadow.Foundation.Sensors.Radio.Rfid |
Assembly | IDxxLA.dll |
Syntax
public interface IRfidReader : IObservable<byte[]>, IDisposable
Properties
LastRead
A cached copy of the last successfully read RFID tag.
Declaration
byte[] LastRead { get; }
Property Value
Type | Description |
---|---|
System.Byte[] | The last read RFID tag. |
Methods
StartReading()
Start reading for RFID tags.
Declaration
void StartReading()
StopReading()
Stop reading for RFID tags.
Declaration
void StopReading()
Events
RfidRead
Event fired when an RFID tag is read. Check the read status to see if the read was successful.
Declaration
event RfidReadEventHandler RfidRead
Event Type
Type | Description |
---|---|
RfidReadEventHandler |