Dear freinds,
I have question about the following API,
Int Notify_registerEvent ( UInt16 procId,
UInt16 lineId,
UInt32 eventId,
Notify_FnNotifyCbck fnNotifyCbck,
UArg cbckArg
)
this means the function "fnNotifyCbck" will be called only for the "eventId", right?
could we use two different eventId for the same lineId? any side effct?
does two different lineId can use the same eventId? any side effect?