public static enum USB_DIO_96_Utils.Loader_Signal extends Enum<USB_DIO_96_Utils.Loader_Signal>
| Enum Constant and Description |
|---|
AF0 |
AF0b |
AF1 |
AF1b |
AF3 |
AF3b |
AP2 |
AP2b |
ENG |
ENGb |
LOCKOUT |
LOCKOUTb |
| Modifier and Type | Method and Description |
|---|---|
int |
getBuffer_index() |
String |
getCard_pin() |
static USB_DIO_96_Utils.Loader_Signal |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static USB_DIO_96_Utils.Loader_Signal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final USB_DIO_96_Utils.Loader_Signal LOCKOUT
public static final USB_DIO_96_Utils.Loader_Signal LOCKOUTb
public static final USB_DIO_96_Utils.Loader_Signal ENG
public static final USB_DIO_96_Utils.Loader_Signal ENGb
public static final USB_DIO_96_Utils.Loader_Signal AP2
public static final USB_DIO_96_Utils.Loader_Signal AP2b
public static final USB_DIO_96_Utils.Loader_Signal AF0
public static final USB_DIO_96_Utils.Loader_Signal AF0b
public static final USB_DIO_96_Utils.Loader_Signal AF1
public static final USB_DIO_96_Utils.Loader_Signal AF1b
public static final USB_DIO_96_Utils.Loader_Signal AF3
public static final USB_DIO_96_Utils.Loader_Signal AF3b
public static USB_DIO_96_Utils.Loader_Signal[] values()
for (USB_DIO_96_Utils.Loader_Signal c : USB_DIO_96_Utils.Loader_Signal.values()) System.out.println(c);
public static USB_DIO_96_Utils.Loader_Signal valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getCard_pin()
public int getBuffer_index()
Copyright © 2024 LSST. All rights reserved.