EMMspFactory Class Reference

Inherits from NSObject
Declared in EMMspFactory.h

Overview

Msp Factory class

– initWithService:

Initialize MSP factory with service.

- (instancetype)initWithService:(EMMspService *)service

Parameters

service

The MSP service.

Availability

4.5

Declared In

EMMspFactory.h

– createMspParser

Initialize a new Msp Parser

- (id<EMMspParser>)createMspParser

Return Value

A newly initialize Msp Parser implementation

Declared In

EMMspFactory.h