NSDK_POISearchResults

@interface NSDK_POISearchResults : NSObject <NSFastEnumeration>

Class for accessing NSDK_POISearchResult elements

This class implements access via subscript index and NSFastEnumeration

  • Undocumented

    Declaration

    Objective-C

    - (instancetype)initWithHandle:(int) handle size:(int) size;

    Swift

    init!(handle: Int32, size: Int32)
  • Access an element of type NSDK_POISearchResult

    Declaration

    Objective-C

    - (id)objectAtIndexedSubscript:(int)idx;

    Swift

    subscript(idx: Int32) -> Any! { get }
  • number of elements

    Declaration

    Objective-C

    @property (readonly, atomic) int size;

    Swift

    var size: Int32 { get }
  • Undocumented

    Declaration

    Objective-C

    @property (readonly) int handle

    Swift

    var handle: Int32 { get }