Module de.ibapl.jnhw.syscall.linux
Interface Functionfs.usb_functionfs_event_type
-
- Enclosing class:
- Functionfs
public static interface Functionfs.usb_functionfs_event_type
-
-
Field Summary
Fields Modifier and Type Field Description static byteFUNCTIONFS_BINDstatic byteFUNCTIONFS_DISABLEstatic byteFUNCTIONFS_ENABLEstatic byteFUNCTIONFS_RESUMEstatic byteFUNCTIONFS_SETUPstatic byteFUNCTIONFS_SUSPENDstatic byteFUNCTIONFS_UNBIND
-
-
-
Field Detail
-
FUNCTIONFS_BIND
static final byte FUNCTIONFS_BIND
- See Also:
- Constant Field Values
-
FUNCTIONFS_UNBIND
static final byte FUNCTIONFS_UNBIND
- See Also:
- Constant Field Values
-
FUNCTIONFS_ENABLE
static final byte FUNCTIONFS_ENABLE
- See Also:
- Constant Field Values
-
FUNCTIONFS_DISABLE
static final byte FUNCTIONFS_DISABLE
- See Also:
- Constant Field Values
-
FUNCTIONFS_SETUP
static final byte FUNCTIONFS_SETUP
- See Also:
- Constant Field Values
-
FUNCTIONFS_SUSPEND
static final byte FUNCTIONFS_SUSPEND
- See Also:
- Constant Field Values
-
FUNCTIONFS_RESUME
static final byte FUNCTIONFS_RESUME
- See Also:
- Constant Field Values
-
-