public static enum CanSocket.CanId.StatusBits extends Enum<CanSocket.CanId.StatusBits>
| Modifier and Type | Method and Description |
|---|---|
static CanSocket.CanId.StatusBits |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CanSocket.CanId.StatusBits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CanSocket.CanId.StatusBits ERR
public static final CanSocket.CanId.StatusBits EFFSFF
public static final CanSocket.CanId.StatusBits RTR
public static CanSocket.CanId.StatusBits[] values()
for (CanSocket.CanId.StatusBits c : CanSocket.CanId.StatusBits.values()) System.out.println(c);
public static CanSocket.CanId.StatusBits 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 nullCopyright © 2023 LSST. All rights reserved.