The message channel to create and send GenICam GenApi events.
More...
|
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.
◆ CreateGenApiEvent()
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.
- Parameters
-
name | Unique name of the event. |
nameSpace | Namespace of the event. |
- Returns
- The event object to Send.
◆ Send()
Sends the given genApiEvent to the remote client.
- Parameters
-
genApiEvent | GenApi event to send. |
◆ TrySend()
Tries to send the given genApiEvent to the remote client.
- Parameters
-
genApiEvent | GenApi event to send. |
- Returns
- true if successfully sent; false on any error. Parameter errors and disposed exception will still be thrown.