public static final enum

Driver.Module

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.ocast.core.Driver.Module

Class Overview

Internal module accessible within the device

Summary

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

Enum Values

public static final Driver.Module APPLICATION

Module to setup the remote application network channel

public static final Driver.Module PRIVATE_SETTINGS

Module to setup the private settings network channel

public static final Driver.Module PUBLIC_SETTINGS

Module to setup the public settings network channel

Public Methods

public static Driver.Module valueOf (String name)

public static final Module[] values ()