Advertisement
thekumpelHD

magc

Feb 14th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. reader.beginWrite("card data", "card label") -- Sets the device to write the next swiped card with the given label and data.
  2. reader.cancelWrite() -- If the device is waiting for a card to write, cancel that (the next card will be read instead)
  3. reader.isWaiting() -- Returns whether the device is waiting for a card to write
  4. reader.setInsertCardLight(true/false) -- Sets the state of the orange light
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement