vvopensource
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Instance Methods
<OSCNodeQueryDelegate> Protocol Reference

An OSCNode's queryDelegate must respond to these methods, which are called when a query-type OSCMessage is dispatched to an OSCNode. More...

#import <OSCNode.h>

Instance Methods

(NSMutableArray *) - namespaceArrayForNode:
 The receiver should return an auto-released array of NSString instances corresponding to the sub-nodes in response to the query.
 
(NSString *) - docStringForNode:
 The receiver should return an auto-released NSString instance containing the documentation for the passed node.
 
(NSString *) - typeSignatureForNode:
 The receiver should return an auto-released NSString instance containing the type signature for the passed node (the format of the messages you want the node to reply to).
 
(OSCValue *) - currentValueForNode:
 The receiver should return an auto-released OSCValue instance that best represents the current value of the passed node.
 
(NSString *) - returnTypeStringForNode:
 The receiver should return an auto-released NSString instance describing the format of the values returned by the passed node.
 

Detailed Description

An OSCNode's queryDelegate must respond to these methods, which are called when a query-type OSCMessage is dispatched to an OSCNode.


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