WZDataEvent.h

Includes:
<Foundation/Foundation.h>
<CoreMedia/CoreMedia.h>
"WZData.h"

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

WZDataEvent


Typedefs

NS_ENUM
WZDataScope

NS_ENUM


typedef NS_ENUM(NSUInteger, WZDataScope) { 
    WZDataScopeModule, WZDataScopeStream 
};  
Constants
WZDataScopeModule

Data events sent with a WZDataScopeModule scope will be mapped to an invocation of a public handler method contained within any active server module class having the same name as the event.

WZDataScopeStream

Data events sent with a WZDataScopeStream scope will be delivered to each client subscribed to the stream.

Discussion

Identifiers for the various data scopes to which a data event can be targeted.

See Also


WZDataScope


typedef NS_ENUM(NSUInteger, WZDataScope) { 
    WZDataScopeModule, WZDataScopeStream 
};  
Constants
WZDataScopeModule

Data events sent with a WZDataScopeModule scope will be mapped to an invocation of a public handler method contained within any active server module class having the same name as the event.

WZDataScopeStream

Data events sent with a WZDataScopeStream scope will be delivered to each client subscribed to the stream.

Discussion

Identifiers for the various data scopes to which a data event can be targeted.

See Also