You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the example TinyExample.py
I'm not finding the function IMPINJ_ENABLE_EXTENSIONS_Message:
Traceback (most recent call last):
File ".\TesteImpinj\main.py", line 113, in <module>
CustomExtensionTest( reader )
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File ".\TesteImpinj\main.py", line 25, in CustomExtensionTest
message = IMPINJ_ENABLE_EXTENSIONS_Message( MessageID = 0xeded )
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NameError: name 'IMPINJ_ENABLE_EXTENSIONS_Message' is not defined
Outras funções também não estão sendo encontradas:
GET_READER_CONFIG_Message
GetReaderConfigRequestedData
ImpinjReaderTemperature_Parameter
The text was updated successfully, but these errors were encountered:
I'm using the example TinyExample.py
I'm not finding the function IMPINJ_ENABLE_EXTENSIONS_Message:
Outras funções também não estão sendo encontradas:
The text was updated successfully, but these errors were encountered: