Arm the currently attached Photon channel
int PhEventArm( void );
This function arms the current Photon channel so that the channel will trigger the application's event proxy when an event becomes available. If an event is already available, the proxy is triggered immediately.
See PhEventRead().
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhAttach(), PhEventNext(), PhEventPeek(), PhEventRead()