We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a8300 commit afb54bfCopy full SHA for afb54bf
avaspec.py
@@ -14,9 +14,9 @@
14
15
class AvsIdentityType(ctypes.Structure):
16
_pack_ = 1
17
- _fields_ = [("SerialNumber", ctypes.c_char * AVS_SERIAL_LEN),
18
- ("UserFriendlyName", ctypes.c_char * USER_ID_LEN),
19
- ("Status", ctypes.c_char)]
+ _fields_ = [("m_aSerialId", ctypes.c_char * AVS_SERIAL_LEN),
+ ("m_aUserFriendlyId", ctypes.c_char * USER_ID_LEN),
+ ("m_Status", ctypes.c_char)]
20
21
class MeasConfigType(ctypes.Structure):
22
0 commit comments