EMMspCapData

Objective-C

@protocol EMMspCapData <EMMspData>

Swift

protocol EMMspCapData : EMMspData

Protocol allowing to retrieve all the public fields and data from a cap data

Since

4.5
  • Return the corresponding cap challenge

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)capChallenge;

    Swift

    func capChallenge() -> EMMspField!

    Return Value

    A cap challenge msp field of the associated cap data

  • Return the corresponding cap amount

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)capAmount;

    Swift

    func capAmount() -> EMMspField!

    Return Value

    A cap amount msp field of the associated cap data

  • Return the corresponding cap currency

    Since

    4.5

    Declaration

    Objective-C

    - (EMMspField *)capCurrency;

    Swift

    func capCurrency() -> EMMspField!

    Return Value

    A cap currency msp field of the associated cap data

  • Return list fo the msp fields representing the cap data

    Since

    4.5

    Declaration

    Objective-C

    - (NSArray *)capData;

    Swift

    func capData() -> [Any]!

    Return Value

    A list of msp fields of the associated cap data