|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgiovynet.bt.Command
public class Command
Command set for GiovynetBT.
| Nested Class Summary | |
|---|---|
class |
Command.GiovynetBTException
Exception GiovynetBT. |
| Constructor Summary | |
|---|---|
Command(Com com)
|
|
| Method Summary | |
|---|---|
void |
connection(java.lang.String addres)
Establishes a connection to another bluetooth device. |
void |
delTrusted(java.lang.String addres)
Deletes trusted devices. |
void |
delTrustedAll()
Deletes all trusted devices. |
void |
disconnects()
Disconnects the wireless connection. |
Com |
getCom()
Retrieves the com. |
void |
goToCommandMode()
When GiovynetBT this in mode of data transfer, this method switches to commands mode, then GiovynetBT might receive commands. |
void |
inquireParameter(Parameter parameter)
Retrieves local and remote device settings. |
void |
listTrusted(boolean includesNames,
int timeout)
Returns a list of bluetooth trusted device. |
void |
listVisible(boolean includesNames,
int timeout)
Returns a list of bluetooth visibles device. |
void |
returnDataMode()
Return GiovynetBT to data transfer mode. |
void |
setBaudRate(Baud baud)
Set baud rate for GiovynetBT. |
void |
setVariable(Variable variable,
java.lang.String value)
Updates local device settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Command(Com com)
com - | Method Detail |
|---|
public void goToCommandMode()
throws Command.GiovynetBTException
Command.GiovynetBTException
public void setBaudRate(Baud baud)
throws Command.GiovynetBTException
baud -
Command.GiovynetBTException
public void connection(java.lang.String addres)
throws Command.GiovynetBTException
addres -
Command.GiovynetBTException
public void delTrusted(java.lang.String addres)
throws Command.GiovynetBTException
addres -
Command.GiovynetBTException
public void delTrustedAll()
throws Command.GiovynetBTException
Command.GiovynetBTException
public void disconnects()
throws Command.GiovynetBTException
Command.GiovynetBTException
public void listTrusted(boolean includesNames,
int timeout)
throws Command.GiovynetBTException
includesNames - timeout -
Command.GiovynetBTException
public void listVisible(boolean includesNames,
int timeout)
throws Command.GiovynetBTException
includesNames - timeout -
Command.GiovynetBTException
public void returnDataMode()
throws Command.GiovynetBTException
Command.GiovynetBTException
public void inquireParameter(Parameter parameter)
throws Command.GiovynetBTException
giovynet.bt.Parameter -
Command.GiovynetBTException
public void setVariable(Variable variable,
java.lang.String value)
throws Command.GiovynetBTException
giovynet.bt.Variable - value -
Command.GiovynetBTExceptionpublic Com getCom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||