Read Event Registration
- Updated2025-07-30
- 2 minute(s) read
Reads an event registration refnum for an Event Messenger channel.
You can drop this endpoint on the block diagram by right-clicking an Event Messenger channel terminal or wire and selecting Create»Channel Reader»Event Messenger»Read Event Registration.

Inputs/Outputs
channel
—
channel is the channel wire that connects this endpoint to a writer endpoint.
event registration refnum
—
event registration refnum returns the event registration refnum that this endpoint reads from the channel. You must wire this output to the dynamic event terminal of an Event structure to receive events from the channel. |
Unlike the reader endpoints of other channel templates, this reader endpoint must be placed outside the While Loop and can execute only once.
Use one Event structure to handle events whenever possible. Use the Build Array or Bundle functions to combine multiple event registration refnums for a single Event structure.
Do not fork the event registration refnums to multiple Event structures. Doing so creates undefined behavior that may result in race conditions or deadlocks in your application.
Related Information
Examples
Refer to the following example files included with LabVIEW.
- labview\examples\Channels\Event Messenger\Channel - Event Messenger.lvproj
channel
—
event registration refnum
—