|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Puck
| Method Summary | |
|---|---|
java.io.InputStream |
getInputStream()
get an InputStream to the puck |
void |
initialize()
initialize the puck |
void |
managePowerSleep(int comms_policy,
int inst_policy)
perform any necessary puck operations before entering powering down |
void |
managePowerWake(int comms_policy,
int inst_policy)
perform any necessary puck operations on wake-up |
void |
resume()
call when device service is resumed |
void |
setSensorMode()
switch the puck to sensor mode |
void |
suspend()
call when device service is suspended |
| Method Detail |
|---|
void initialize()
throws InitializeException
InitializeException
void setSensorMode()
throws java.io.IOException
java.io.IOException
void managePowerWake(int comms_policy,
int inst_policy)
throws java.io.IOException
java.io.IOException
void managePowerSleep(int comms_policy,
int inst_policy)
throws java.io.IOException
java.io.IOExceptionvoid resume()
void suspend()
java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||