Liking cljdoc? Tell your friends :D

clj-artnet.impl.protocol.effects

Pure data constructors for Art-Net protocol effects.

Pure data constructors for Art-Net protocol effects.
raw docstring

add-effectclj

(add-effect result effect)

Adds effect to step result.

Adds effect to step result.
sourceraw docstring

add-effectsclj

(add-effects result effects)

Adds multiple effects to step result.

Adds multiple effects to step result.
sourceraw docstring

callbackclj

(callback callback-key payload)

Effect: Invoke user callback.

Effect: Invoke user callback.
sourceraw docstring

diag-messageclj

(diag-message priority message target)

Effect: Send ArtDiagData diagnostic message.

Effect: Send ArtDiagData diagnostic message.
sourceraw docstring

dmx-frameclj

(dmx-frame port-address sequence data length)

Effect: Emit DMX frame to output.

Effect: Emit DMX frame to output.
sourceraw docstring

log-msgclj

(log-msg level message)
(log-msg level message data)

Effect: Emit log message.

Effect: Emit log message.
sourceraw docstring

merge-resultsclj

(merge-results & results)

Merges multiple step results, combining effects.

Merges multiple step results, combining effects.
sourceraw docstring

resultclj

(result state)
(result state effects)

Creates step result with state and optional effects.

Creates step result with state and optional effects.
sourceraw docstring

scheduleclj

(schedule delay-ms event)

Effect: Schedule future event.

Effect: Schedule future event.
sourceraw docstring

tx-broadcastclj

(tx-broadcast op-kw data)

Effect: Broadcast packet to all peers.

Effect: Broadcast packet to all peers.
sourceraw docstring

tx-packetclj

(tx-packet op-kw data)
(tx-packet op-kw data target)

Effect: Send packet to network.

Effect: Send packet to network.
sourceraw docstring

tx-replyclj

(tx-reply op-kw data sender)

Effect: Send reply packet to sender.

Effect: Send reply packet to sender.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close