|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DriverController
Field Summary | |
---|---|
static String |
ALL_DEVICE
String for searching all the device on UPnP Networks |
static String |
ROOT_DEVICE
String for searching only root device on UPnP Networks |
Method Summary | |
---|---|
boolean |
getCyberDebug()
|
int |
getLogLevel()
|
void |
search(String target)
forces the UPnP base driver to send an M-SEARCH message on the UPnP Networks, and refresh the device found by UPnP Base Driver |
void |
setCyberDebug(boolean b)
Set if the message of the UPnP Stack should be reported or not |
void |
setLogLevel(int n)
Set how much messages should be sent by UPnP Base Driver for debugging purpose |
Field Detail |
---|
static final String ALL_DEVICE
static final String ROOT_DEVICE
Method Detail |
---|
void setLogLevel(int n)
n
- the level of log that you want to set (0-4)int getLogLevel()
void setCyberDebug(boolean b)
b
- true if you want show messages from UPnP Stack false otherwiseboolean getCyberDebug()
void search(String target)
target
- The SSDP string used for the search
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |