ArtNet.Packet.ArtVlc.Flags (ArtNet v0.1.0)

View Source

Decoded VLC flag bits from an ArtVlc payload.

Summary

Types

t()

VLC flags with the original raw byte retained.

Types

t()

@type t() :: %ArtNet.Packet.ArtVlc.Flags{
  beacon?: boolean(),
  ieee?: boolean(),
  raw: non_neg_integer(),
  reply?: boolean()
}

VLC flags with the original raw byte retained.