| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.ocast.core.Driver.Module | |
Internal module accessible within the device
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Driver.Module | APPLICATION | Module to setup the remote application network channel | |||||||||
| Driver.Module | PRIVATE_SETTINGS | Module to setup the private settings network channel | |||||||||
| Driver.Module | PUBLIC_SETTINGS | Module to setup the public settings network channel | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static Driver.Module | valueOf(String name) | ||||||||||
| final static Module[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Module to setup the remote application network channel
Module to setup the private settings network channel
Module to setup the public settings network channel