|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Device
The basic interface implemented by device drivers
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
void |
onGetProperties(org.indi.clientmessages.GetProperties o)
Called when a GetProperties message was received client. |
void |
onNew(org.indi.objects.BlobVector vector)
Called by the reactor whenever a BLOBVector (a request to change the state of a blob was received from the client) |
void |
onNew(org.indi.objects.NumberVector vector)
Called by the reactor whenever a NumberVector (a request to change the state of a number was received from the client) |
void |
onNew(org.indi.objects.SwitchVector vector)
Called by the reactor whenever a SwitchVector (a request to change the state of a switch was received from the client) |
void |
onNew(org.indi.objects.TextVector vector)
Called by the reactor whenever a TextVector (a request to change the state of a text was received from the client) |
| Methods inherited from interface org.indi.reactor.TimerCallback |
|---|
onTimer |
| Methods inherited from interface org.indi.server.ObserverCallback |
|---|
onObserved |
| Method Detail |
|---|
void onNew(org.indi.objects.SwitchVector vector)
vector - the vector received from the clientvoid onNew(org.indi.objects.NumberVector vector)
vector - the vector received from the clientvoid onNew(org.indi.objects.BlobVector vector)
vector - the vector received from the clientvoid onNew(org.indi.objects.TextVector vector)
vector - the vector received from the clientvoid onGetProperties(org.indi.clientmessages.GetProperties o)
o - the GetProperties message received from the clientjava.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||