Uses of Enum
jmri.jmrit.ussctc.CodeGroupOneBit
Packages that use CodeGroupOneBit
-
Uses of CodeGroupOneBit in jmri.jmrit.ussctc
Fields in jmri.jmrit.ussctc with type parameters of type CodeGroupOneBitModifier and TypeFieldDescription(package private) Station<CodeGroupOneBit,CodeGroupNoBits> MaintainerCallSection.station(package private) Station<CodeGroupNoBits,CodeGroupOneBit> TrackCircuitSection.stationMethods in jmri.jmrit.ussctc that return CodeGroupOneBitModifier and TypeMethodDescriptionMaintainerCallSection.codeSendStart()Start of sending code operation.TrackCircuitSection.indicationStart()Provide state that's returned from field to machine via indication.static CodeGroupOneBitReturns the enum constant of this type with the specified name.static CodeGroupOneBit[]CodeGroupOneBit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jmri.jmrit.ussctc that return types with arguments of type CodeGroupOneBitModifier and TypeMethodDescriptionMaintainerCallSection.getStation()TrackCircuitSection.getStation()Methods in jmri.jmrit.ussctc with parameters of type CodeGroupOneBitModifier and TypeMethodDescriptionvoidMaintainerCallSection.codeValueDelivered(CodeGroupOneBit value) Notification that code has arrived in the field.voidTrackCircuitSection.indicationComplete(CodeGroupOneBit value) Process values received from the field unit.Constructor parameters in jmri.jmrit.ussctc with type arguments of type CodeGroupOneBitModifierConstructorDescriptionMaintainerCallSection(String inputSensor, String layoutOutput, Station<CodeGroupOneBit, CodeGroupNoBits> station) Create and configure.TrackCircuitSection(String inputSensor, String panelOutput, Station<CodeGroupNoBits, CodeGroupOneBit> station) Create and configure.TrackCircuitSection(String inputSensor, String panelOutput, Station<CodeGroupNoBits, CodeGroupOneBit> station, Bell bell) Create and configure.