Liking cljdoc? Tell your friends :D

clj-artnet.impl.protocol.codec.dispatch

Central opcode dispatch for Art-Net packet encoding and decoding. Routes to domain-specific handlers while maintaining the original public API contract.

Central opcode dispatch for Art-Net packet encoding and decoding.
Routes to domain-specific handlers while maintaining the original
public API contract.
raw docstring

clj-artnet.impl.protocol.codec.domain.config

Encode/decode for Config family packets: ArtInput, ArtAddress, ArtIpProg, ArtIpProgReply.

Encode/decode for Config family packets: ArtInput, ArtAddress, ArtIpProg, ArtIpProgReply.
raw docstring

clj-artnet.impl.protocol.codec.domain.data

Encode/decode for Data family packets: ArtDataRequest, ArtDataReply.

Encode/decode for Data family packets: ArtDataRequest, ArtDataReply.
raw docstring

clj-artnet.impl.protocol.codec.domain.diag

Encode/decode for Diagnostic family packets: ArtDiagData, ArtCommand, ArtTrigger, ArtTimeCode.

Encode/decode for Diagnostic family packets: ArtDiagData, ArtCommand, ArtTrigger, ArtTimeCode.
raw docstring

clj-artnet.impl.protocol.codec.domain.dmx

Encode/decode for DMX family packets: ArtDmx, ArtNzs, ArtVlc, ArtSync. These are the hot-path packets that use flyweight types for zero allocation.

Encode/decode for DMX family packets: ArtDmx, ArtNzs, ArtVlc, ArtSync.
These are the hot-path packets that use flyweight types for zero allocation.
raw docstring

clj-artnet.impl.protocol.codec.domain.firmware

Encode/decode for Firmware family packets: ArtFirmwareMaster, ArtFirmwareReply.

Encode/decode for Firmware family packets: ArtFirmwareMaster, ArtFirmwareReply.
raw docstring

clj-artnet.impl.protocol.codec.domain.poll

Encode/decode for Poll family packets: ArtPoll, ArtPollReply.

Encode/decode for Poll family packets: ArtPoll, ArtPollReply.
raw docstring

clj-artnet.impl.protocol.codec.domain.rdm

Encode/decode for RDM family packets: ArtRdm, ArtRdmSub, ArtTodRequest, ArtTodData, ArtTodControl.

Encode/decode for RDM family packets: ArtRdm, ArtRdmSub, ArtTodRequest, ArtTodData, ArtTodControl.
raw docstring

clj-artnet.impl.protocol.codec.primitives

Low-level buffer read/write primitives for Art-Net codec. All functions operate on java.nio.ByteBuffer instances.

Low-level buffer read/write primitives for Art-Net codec.
All functions operate on java.nio.ByteBuffer instances.
raw docstring

clj-artnet.impl.protocol.codec.types

Flyweight packet types for zero-allocation hot paths. ArtDmx and ArtNzs packets use these types to provide map-like access without allocating intermediate data structures.

Flyweight packet types for zero-allocation hot paths.
ArtDmx and ArtNzs packets use these types to provide map-like
access without allocating intermediate data structures.
raw 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