Other Functions

The following functions are available globally.

  • DeviceConnector comparator.

    Declaration

    Swift

    public func == (lhs: DeviceConnector, rhs: DeviceConnector) -> Bool

    Parameters

    lhs

    left operand

    rhs

    right operand

    Return Value

    true if connector type, connector technology and uid are the same

  • DeviceConnector inequality comparator.

    Declaration

    Swift

    public func != (lhs: DeviceConnector, rhs: DeviceConnector) -> Bool

    Parameters

    lhs

    left operand

    rhs

    right operand

    Return Value

    true if not equals