- *******************************************************************************/
- int LH5000_GetComState( unsigned char *pucComState )
- {
- /* Timoutueberwachung */
- /* Timeout hat zugeschlagen */
- *pucComState = LH5000_TIMEOUT;
- return 0;
- }
- /* Kommunikationsstatus melden */
- *pucComState = ucLH5000_ComState;
- return 0;
- } /* eofn: LH5000_GetComState */
quantron |LH5000_GetComState()| src
Posted by Anonymous on Thu 17th Jan 2019 15:08
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.