3 package grl.flatbuffer;
6 private KUKAiiwaInterface() { }
7 public static final byte
Disabled = 0;
10 public static final byte
FRI = 3;
12 public static final String[] names = {
"Disabled",
"SmartServo",
"DirectServo",
"FRI", };
14 public static String
name(
int e) {
return names[e]; }
static final byte SmartServo
static final byte Disabled
static final byte DirectServo
static String name(int e)