name.gries
Class GPIO

java.lang.Object
  extended by name.gries.TC65Terminal
      extended by name.gries.GPIO

public class GPIO
extends TC65Terminal

General Purpose Input Output of TC65.

Version:
1.0
Author:
Michael Gries

Field Summary
private  java.util.Hashtable device
           
private  java.util.Hashtable port
           
 
Fields inherited from class name.gries.TC65Terminal
ata, atLis, Debug, gpio, once
 
Constructor Summary
GPIO()
          Creates a new instance of GPIO
 
Method Summary
 java.lang.String getDevicePort(java.lang.String function)
           
 boolean resetDevice(java.lang.String device)
           
 void resetTestLicht()
           
 boolean setDevice(java.lang.String device)
           
 void setFlurLicht()
           
 void setPort5()
           
 
Methods inherited from class name.gries.TC65Terminal
activateATparser, activateGPIO, activatePort10, activatePort5, activatePort7, activatePort8, activatePort9, activateURC, ATCommandOTAP, ATCommandOTAP, ATEvent, checkPort9, checkPrepaid, CONNChanged, DCDChanged, deactivateGPIO, delay, delayTime, deleteMTindex, DSRChanged, getAccount, getADC0, getAT, getATresult, getBattery, getBaudRate, getCaller, getDate, getDay, getDeviceSerial, getFlashPath, getFreeFlashSpace, getGprsConf, getIMEI, getMTsize, getNewSMS, getRingState, getRTC, getSignalQuality, getTc65Status, getTime, gpioTest, handleSmsRTC, init, IsSyncedTime, listFs, pinCode, pollPort9, readProp, resetAussenLicht, resetFlurLicht, resetKlingel, resetPort10, resetPort5, resetPort7, resetPort8, resetSyncedTime, RINGChanged, sendAT, sendSms, setAussenLicht, setDate, setDate, setKlingel, setPort10, setPort7, setPort8, setProp, setQoSforGRPS, setSyncedTime, shutdownTC65T, testCall, testGPIO, testSMS, toggleKlingel, updateAbwesenheit, uploadFtp
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

device

private java.util.Hashtable device

port

private java.util.Hashtable port
Constructor Detail

GPIO

public GPIO()
Creates a new instance of GPIO

Method Detail

setDevice

public boolean setDevice(java.lang.String device)

resetDevice

public boolean resetDevice(java.lang.String device)

getDevicePort

public java.lang.String getDevicePort(java.lang.String function)

setPort5

public void setPort5()
Overrides:
setPort5 in class TC65Terminal

setFlurLicht

public void setFlurLicht()
Overrides:
setFlurLicht in class TC65Terminal

resetTestLicht

public void resetTestLicht()