Classes

The following classes are available globally.

  • BluIDSDK class is a collection of functions needed to access the variety of BluB0X security features like scanning of nearby devies, unlocking of door, updation of firmware.

    See more

    Declaration

    Swift

    public class BluIDSDK
  • Declaration

    Swift

    public class SwiftSample
  • This class is used by registerUserDevicefunction to give the response of success or failure for user device registration in BluSKY server.

    Declaration

    Swift

    public class MobileDeviceObject : Codable
  • This class provides the BluPOINT device name and ID.

    See more

    Declaration

    Swift

    public class Device : Codable
  • This class provides the firmware version and MAC Address of the BluPOINT device.

    See more

    Declaration

    Swift

    public class Device_Details : Device
  • This class is used to define the minimum signal strength of BluPOINT device and the time period at which the scan results should be shown while scanning the nearby BluPOINT devices.

    See more

    Declaration

    Swift

    public class ScanFilter : Codable
  • This class is used to define different colours by setting different hex values for red, green and blue.

    See more

    Declaration

    Swift

    public class Device_LED_Color : Codable
  • This class provides the firmware details and also the state whether it is downloaded on the given BluPOINT device.

    See more

    Declaration

    Swift

    public class Device_Firmware : Codable
  • This class represents existing Card information that belongs to an existing User. Used during the authorization and authentication check of the user using.

    See more

    Declaration

    Swift

    public class PersonCardDetails : Codable
  • This class provides the information for the mobile device on which the application is installed.

    See more

    Declaration

    Swift

    public class MobileDeviceInfo : Codable
  • Class to set and get the power and if gestures are used.

    See more

    Declaration

    Swift

    public class GestureSetting : Codable, Equatable
  • The setting at which the user wants the mobile phone to interact with BluPOINT devices.

    See more

    Declaration

    Swift

    public class EnhancedTapSettings : Codable, Equatable
  • The setting at which the user wants the mobile phone to interact with BluPOINT devices.

    See more

    Declaration

    Swift

    public class UserPreferences : Codable, Equatable
  • Used to set and get the device settings and information of BluPOINT devices.

    See more

    Declaration

    Swift

    public class Device_Information : Codable