DisconnectTagCommand

public struct DisconnectTagCommand : CommandRequest

Command to request that the tag disconnects the Bluetooth connection.

See also

Commands
  • Initializes command.

    Declaration

    Swift

    public init(timeoutSecond: UInt32 = 0, reconnectOnlyOnWOM: Bool = false)

    Parameters

    timeoutSecond

    Time to wait before disconnection.

    reconnectOnlyOnWom

    Reconnect only when the tag moves/wakes (default is to immediately reconnect).