The interface of the serial driver stuff for users of the serial driver library - not users of the class itself.
| typedef TAny * | SerialServer |
| typedef TAny * | SerialPort |
| IMPORT_C SerialServer | OpenSerialServerL | ( | void | ) |
| IMPORT_C void | CloseSerialServer | ( | SerialServer | aServer | ) |
| IMPORT_C SerialPort | OpenSerialPortL | ( | SerialServer | aServer, |
| TUint | aPort | |||
| ) | ||||
| IMPORT_C TBool | CloseSerialPort | ( | SerialPort | aPort | ) |
| IMPORT_C TBool | Read | ( | SerialPort | aPort, |
| TRequestStatus & | aStatus, | |||
| TTimeIntervalMicroSeconds32 | aTimeout, | |||
| TDes8 & | aDes, | |||
| TInt | aLength | |||
| ) | ||||
| IMPORT_C TBool | Write | ( | SerialPort | aPort, |
| TRequestStatus & | aStatus, | |||
| TTimeIntervalMicroSeconds32 | aTimeout, | |||
| const TDesC8 & | aDes, | |||
| TInt | aLength | |||
| ) | ||||
| IMPORT_C TInt | SetConfig | ( | SerialPort | aPort, |
| const TCommConfig & | aRequiredConfig | |||
| ) | ||||
| IMPORT_C TBool | GetPortConfig | ( | SerialPort | aPort, |
| TCommConfig & | config | |||
| ) | ||||
| IMPORT_C TBool | ReadCancel | ( | SerialPort | aPort | ) |
| IMPORT_C TBool | WriteCancel | ( | SerialPort | aPort | ) |
| IMPORT_C TBool | SetReceiveBufferLength | ( | SerialPort | aPort, |
| TInt | aSize | |||
| ) | ||||
| IMPORT_C TBool | ReceiveBufferLength | ( | SerialPort | aPort, |
| TInt & | aSize | |||
| ) | ||||
| typedef SerialServer(* | TLibOpenSerialServerL |
| typedef void(* | TLibCloseSerialServer |
| typedef SerialPort(* | TLibOpenSerialPortL |