A C G I M O P R S W

R

readDataInt(String) - Method in class core.SerialPort
Get data like numeric type.
readPortC(String) - Method in class core.SerialPort
Get character type String from serial port.
readPortLikeCharC(String) - Method in class core.SerialPort
Get character from serial port.
receiveSingleChar() - Method in class app.Com
Read a character and it returns like type char.
receiveSingleDataInt() - Method in class app.Com
Receives a single data, like integer representation.
receiveSingleString() - Method in class app.Com
Read a character and it returns like type String.
receiveToArrayListChar(char, int) - Method in class app.Com
Receives data until finds a given character, and returns them in array list char.
receiveToArrayListChar(int, int) - Method in class app.Com
Receives data until quantity of specified characters and returns them in array list char.
receiveToArrayListString(String, int) - Method in class app.Com
Receives data until given character, and returns them in array list String.
receiveToArrayListString(int, int) - Method in class app.Com
Receives data until quantity specified characters, and returns them in array list String.
receiveToString(String, int) - Method in class app.Com
Receives data and returns them in String.
receiveToString(int, int) - Method in class app.Com
Receives data and returns them in String.
receiveToString(char, int) - Method in class app.Com
Receives data and returns them in String.

A C G I M O P R S W