Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. private void eventStatusNotify(RfidStatusEvents e)
  2. {
  3. if(e.StatusEventData.getStatusEventType() == /*I dont know what to write here*/);
  4. {
  5.  
  6. }
  7. }
  8.  
  9. private void Events_StatusNotify(object sender, Events.StatusEventArgs statusEventArgs)
  10. {
  11. if (statusEventArgs.StatusEventData.StatusEventType == Symbol.RFID3.Events.STATUS_EVENT_TYPE.GPI_EVENT)
  12. {
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement