EMMspGpfdsData Protocol Reference

Conforms to NSObject
Declared in EMMspGpfdsData.h

Overview

Protocol allowing to retreive all the public fields and data from a Gpfds data

– dsDomain required method

Return the corresponding Gpfds data ds domain

- (int)dsDomain

Return Value

A integer corresponding to the ds domain of the associated cap data

Declared In

EMMspGpfdsData.h

– dsInputChallenge required method

Return the corresponding Gpfds data ds input challenge

- (EMMspField *)dsInputChallenge

Return Value

A ds input challenge msp field of the associated cap data

Declared In

EMMspGpfdsData.h

– dsPrimitives required method

Return list of the msp fields corresponding to the ds primitives MSP Field

- (NSArray *)dsPrimitives

Return Value

A list of ds primitive field of the associated Gpfds data

Declared In

EMMspGpfdsData.h