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
timeoutSecondTime to wait before disconnection.
reconnectOnlyOnWomReconnect only when the tag moves/wakes (default is to immediately reconnect).
View on GitHub
DisconnectTagCommand Structure Reference