11.07.2015 Views

What is LLRP? - Motorola Solutions Launchpad

What is LLRP? - Motorola Solutions Launchpad

What is LLRP? - Motorola Solutions Launchpad

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

A Simple “Inventory” CodeSnippet// Establ<strong>is</strong>h connection to the RFID ReaderRFIDReader reader = new RFIDReader("157.235.88.153", 0, 0);reader.Connect();// Specify that TagData should be reported along with the ReadNotify Event// Handlerreader.Events.AttachTagDataWithReadEvent = true;// reg<strong>is</strong>tering for read tag event notificationreader.Events.ReadNotify += new Events.ReadNotifyHandler(Events_ReadNotify);// perform simple inventoryreader.Actions.Inventory.Perform();// Read for 5 secondsThread.Sleep(5000);// stop the inventoryreader.Actions.Inventory.Stop();// D<strong>is</strong>connects reader and performs clean-upreader.D<strong>is</strong>connect();

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!