Vuo 2.4.4
Loading...
Searching...
No Matches
Instance Methods | Protected Attributes | List of all members
VuoSyphonServerNotifierInternal Class Reference

Description

Internal implementation of VuoSyphonServerNotifier.

Definition at line 35 of file VuoSyphonServerNotifier.m.

Instance Methods

(id) - init
 Creates a notifier object that has not yet begun tracking notifications.
 
(void) - setNotificationFunction:
 Sets the function to call when the set of available Syphon servers has changed.
 
(void) - setNotificationObject:method:
 Sets the method to call when the set of available Syphon servers has changed.
 
(void) - start
 Starts tracking Syphon servers.
 
(void) - stop
 Stops tracking Syphon servers.
 

Protected Attributes

void(* serversChangedCallback )(VuoList_VuoSyphonServerDescription)
 Called when the set of available Syphon servers has changed.
 
id serversChangedObject
 Object for serversChangedMethod.
 
SEL serversChangedMethod
 Called when the set of available Syphon servers has changed.
 

Method Documentation

◆ init

- (id) init

Creates a notifier object that has not yet begun tracking notifications.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ setNotificationFunction:

- (void) setNotificationFunction: (void(*)(VuoList_VuoSyphonServerDescription))  serversChangedCallback

Sets the function to call when the set of available Syphon servers has changed.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ setNotificationObject:method:

- (void) setNotificationObject: (id)  object
method: (SEL)  method 

Sets the method to call when the set of available Syphon servers has changed.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ start

- (void) start

Starts tracking Syphon servers.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ stop

- (void) stop

Stops tracking Syphon servers.

Definition at line 39 of file VuoSyphonServerNotifier.m.

Member Data Documentation

◆ serversChangedCallback

- (void(* serversChangedCallback) (VuoList_VuoSyphonServerDescription))
protected

Called when the set of available Syphon servers has changed.

Definition at line 37 of file VuoSyphonServerNotifier.m.

◆ serversChangedMethod

- (SEL) serversChangedMethod
protected

Called when the set of available Syphon servers has changed.

Definition at line 39 of file VuoSyphonServerNotifier.m.

◆ serversChangedObject

- (id) serversChangedObject
protected

Object for serversChangedMethod.

Definition at line 38 of file VuoSyphonServerNotifier.m.


The documentation for this class was generated from the following file: