Listener Constructor
Definition
Namespace: P1.CameraSdk
Create an empty Listener object, with no enabled notifications
public Listener ()
The newly created object does not receive any events, before you have enabled at least one notification, using one of EnableNotification
methods.
Parameters:
an error-code inside if something goes wrong |
See also:
EnableNotification(Camera, UInt32, bool), EnableNotification(Camera, EventType)