Uses of Interface
RFIDReader.OnTagReadResponse
-
Uses of OnTagReadResponse in RFIDReader
Methods in RFIDReader with parameters of type OnTagReadResponseModifier and TypeMethodDescriptionvoid
RFIDReader.SetTagReadCallback(OnTagReadResponse tagReadHandler)
Method: void SetTagReadCallback(OnTagReadResponse tagReadHandler) Summary: This method allows the continuous read callback function to be changed or disabled (by passing the parameter value as null).Constructors in RFIDReader with parameters of type OnTagReadResponseModifierConstructorDescriptionRFIDReader(String sIpAddress, int iPortNumber, OnTagReadResponse tagReadHandlerArg)