001package jmri.jmrit.ussctc;
002
003/**
004 * Define codes for a no-bit field. This is a special
005 * case to allow a {@link Section} to communicate one way
006 * but not the other, e.g. sending no bits.
007 *
008 * @author Bob Jacobsen Copyright (C) 2017
009 */
010
011enum CodeGroupNoBits {
012    None
013}