1 #import <Foundation/Foundation.h> 12 - (instancetype) initWithPath:(NSString *)p params:(NSDictionary *)q recursive:(BOOL)r;
15 @property (readonly) NSString * path;
17 @property (readonly) NSDictionary * params;
19 @property (readonly) BOOL recursive;
NSString * path
The OSC address path that's being queried.
Definition: VVOSCQuery.h:8
BOOL recursive
Defaults to NO, but most queries will likely be recursive. if NO, then the contents (the sub-nodes) o...
Definition: VVOSCQuery.h:10
Definition: VVOSCQuery.h:7
NSDictionary * params
nil by default/most of the time. the OSCQuery spec includes a way of querying specific attributes- th...
Definition: VVOSCQuery.h:9