I don’t know the real usage and basis of the Event.
For example,
Where the event should be initialized? always put in ProgramStarted()?
Does the order to event is important ? Case1 equals to Case2?
Case1"
Event1 += …
Event2 +=…
Case2:
Event2 +=…
Event1 +=…
How to control the time of event?
For example, I have a ENC28 module and a camera module.
When the networks up , I will take a picture.
But, the camera has an event camera.CameraConnected, which is told me when will the camera is already to use.
So, is it possible that the networks up but the camera.CameraConnected not fired yet?
Does anyone can help me to figure out it or give me some reference which I can learn for event use?
Thanks