The message channel to create and send GenICam GenApi events. More...
Public Member Functions | |
| GenApiEvent | CreateGenApiEvent (string name, Namespace nameSpace) |
| Creates a new event with the given name . More... | |
| void | Send (GenApiEvent genApiEvent) |
| Sends the given genApiEvent to the remote client. More... | |
| bool | TrySend (GenApiEvent genApiEvent) |
| Tries to send the given genApiEvent to the remote client. More... | |
Properties | |
| GevServer | Parent [get] |
| Gets the parent server object. | |
| IDictionary< string, GenApiEvent > | Events [get] |
| Gets the dictionary containing all registered events. | |
The message channel to create and send GenICam GenApi events.
| GenApiEvent CreateGenApiEvent | ( | string | name, |
| Namespace | nameSpace | ||
| ) |
Creates a new event with the given name .
Adds several nodes necessary for event activation and basic information like ID and timestamp of last update.
| name | Unique name of the event. |
| nameSpace | Namespace of the event. |
| void Send | ( | GenApiEvent | genApiEvent | ) |
Sends the given genApiEvent to the remote client.
| genApiEvent | GenApi event to send. |
| bool TrySend | ( | GenApiEvent | genApiEvent | ) |
Tries to send the given genApiEvent to the remote client.
| genApiEvent | GenApi event to send. |