au.gov.amsa.sgb.decoder.rotatingfield.DeactivationMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sgb-decoder Show documentation
Show all versions of sgb-decoder Show documentation
Decodes second generation Beacon detection messages and Beacon 23 Hex IDs
The newest version!
package au.gov.amsa.sgb.decoder.rotatingfield;
public enum DeactivationMethod {
MANUAL_DEACTIVATION_BY_USER, AUTOMATIC_DEACTIVATION_BY_EXTERNAL_MEANS, OTHER;
}