Liking cljdoc? Tell your friends :D

bacure.services


send-request-promiseclj

(send-request-promise device-id request)
(send-request-promise local-device-id device-id request)

Send the request to the remote device. The possible return values are :

{:success <expected valuezs - if any> :error {:error-class ..., :error-code ...}}

Will block until the remote device answers.

Send the request to the remote device.
The possible return values are :

{:success <expected valuezs - if any>
 :error {:error-class ..., :error-code ...}}

Will block until the remote device answers.
sourceraw docstring

send-subscribe-covclj

(send-subscribe-cov local-device-id
                    remote-device-id
                    object-identifier
                    {:keys [process-identifier confirmed? lifetime-seconds]
                     :or {process-identifier events/default-cov-process-id
                          confirmed? false
                          lifetime-seconds 60}
                     :as args})
source

send-who-hasclj

(send-who-has
  local-device-id
  object-identifier-or-name
  {:keys [min-range max-range] :or {min-range 0 max-range 4194303} :as args})
source

send-who-isclj

(send-who-is local-device-id {:keys [min-range max-range] :as args})
source

send-who-is-router-to-networkclj

(send-who-is-router-to-network local-device-id)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close