Closed ulfglaeser closed 6 years ago
This is another word splitting issue.
I pre-populated the API from the C API. This required me to guess at how to convert PascalCase to SCREAMING_CASE. Acronyms, particularly mix case ones, make this difficult to guess intent.
In nixnet._enums the form factor is declared as:
It should be
PXIE = _cconsts.NX_DEV_FORM_PXIE
(no underscores)