tm_mercury v0.6.0 TM.Mercury.SimpleReadPlan

Read plan consisting of antennas, tag protocol, filter, and weight.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %TM.Mercury.SimpleReadPlan{
  antennas: number() | {number(), number()},
  autonomous_read: boolean(),
  fast_search: boolean(),
  filter: binary(),
  protocol: atom(),
  tag_op: atom(),
  weight: non_neg_integer()
}

Link to this section Functions