Python usage

Accueil  Précédent  Suivant

 

A NDK routine is imported by Python like any other standard Windows DLL routine, using the ctypes module..

 

from ctypes import windll

monal = windll.LoadLibrary( dllpath )

... use "monal" to call the DLL exposed functions.

 

check the ctypes module help.

The reference and pointers calls use the ctypes.byref() calling.

       

 

 


NETRAL Neuro Developer Kit version 7.0