HID APPROVE SDK  5.7.1
HID APPROVE SDK for iOS
 All Classes Files Functions Variables Enumerations Enumerator Properties Pages
HIDParameter.h File Reference

Parameter object containing name value pair. More...

#import <Foundation/Foundation.h>

Go to the source code of this file.

Classes

class  HIDParameter
 Represents a parameter or option where the ID and value are enforced to be of type NSString. More...
 

Enumerations

enum  HIDParameterEncoding {
  HIDParameterEncodingNone, HIDParameterEncodingBase64, HIDParameterEncodingByteArray, HIDParameterEncodingHex,
  HIDParameterEncodingDecimal, HIDParameterEncodingUTF8, HIDParameterEncodingDefault = 0
}
 Encoding types.
 
enum  HIDParameterType {
  HIDParameterTypeString, HIDParameterTypeInteger, HIDParameterTypeByteArray, HIDParameterTypeLong,
  HIDParameterTypeDefault =0
}
 Value types.
 

Detailed Description

Parameter object containing name value pair.