Vuo  2.0.0
Instance Methods | Protected Attributes | List of all members
VuoSyphonServerNotifierInternal Class Reference

Description

Internal implementation of VuoSyphonServerNotifier.

Definition at line 37 of file VuoSyphonServerNotifier.m.

Instance Methods

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

Protected Attributes

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

Method Documentation

◆ init

- (id) init

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

Definition at line 58 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 72 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 84 of file VuoSyphonServerNotifier.m.

◆ start

- (void) start

Starts tracking Syphon servers.

Definition at line 132 of file VuoSyphonServerNotifier.m.

◆ stop

- (void) stop

Stops tracking Syphon servers.

Definition at line 155 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 39 of file VuoSyphonServerNotifier.m.

◆ serversChangedMethod

- (SEL) serversChangedMethod
protected

Called when the set of available Syphon servers has changed.

Definition at line 41 of file VuoSyphonServerNotifier.m.

◆ serversChangedObject

- (id) serversChangedObject
protected

Object for serversChangedMethod.

Definition at line 40 of file VuoSyphonServerNotifier.m.


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