acDevice
I can call PmacDevice() class and everything works well to communicate with the
card. There is events managed in the library and I don't know how to use them?
There is nothing in the file concerning this class.
Do you have a example or tutorial ?
Thank
evice(CoClassBaseClass): # A CoClass
# PmacDevice Class
CLSID = IID('{B544D2BD-354C-456E-9E88-20F71625E7DF}')
coclass_sources = [
_IPmacDeviceEvents,
]
default_source = _IPmacDeviceEvents
coclass_interfaces = [
IPmacDevice,
]
default_interface = IPmacDevice
I can call PmacDev