subscribe(withController:nodeId:minInterval:maxInterval:params:shouldCache:completion:)

Declaration

func subscribe(withController controller: Any?, nodeId: UInt64, minInterval: NSNumber, maxInterval: NSNumber, params: [String : Any]?, shouldCache: Bool, completion: @escaping  @Sendable ((any Error)?) -> Void)
func subscribe(withController controller: Any?, nodeId: UInt64, minInterval: NSNumber, maxInterval: NSNumber, params: [String : Any]?, shouldCache: Bool) async throws