MultipeerReplicatorStatus

public struct MultipeerReplicatorStatus : CBLWrappable

Multipeer Replicator Status.

  • The transport this status applies to, or nil if this status represents the aggregate state of the replicator rather than a single transport.

    Declaration

    Swift

    public var transport: MultipeerTransport? { get }
  • Indicates whether the multipeer replicator is currently active. This means the replicator is discovering peers or performing replication.

    Declaration

    Swift

    public var active: Bool { get }
  • The error encountered, if any.

    Declaration

    Swift

    public var error: Error? { get }