module Homekit::TLV
Defined in:
homekit-tlv.crhomekit-tlv/atom.cr
Constant Summary
-
SEPARATOR =
Atom.new
-
VERSION =
"1.0.0"
Class Method Summary
- .encode(atoms : Enumerable(Atom), io = IO::Memory.new) : IO
- .encode(atom : Atom, io = IO::Memory.new) : IO
- .parse(bytes : Bytes) : Array(Atom)