Gender

@available(swift 4.0)
public enum Gender : UInt8, Codable

Definition of Bluetooth Gender

  • Male

    Declaration

    Swift

    case male = 0
  • Female

    Declaration

    Swift

    case female = 1
  • Unspecified

    Declaration

    Swift

    case unspecified = 2
  • String Value for the Enum

    Declaration

    Swift

    public var description: String { get }