WonXSerialPort.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. #ifndef _WonXSerialPort_h_INCLUDED_
  2. #define _WonXSerialPort_h_INCLUDED_
  3. /*****************************************************************************/
  4. /* ここから */
  5. /*****************************************************************************/
  6. #include "WWSerialPort.h"
  7. /*****************************************************************************/
  8. /* クラスの定義 */
  9. /*****************************************************************************/
  10. typedef struct _WonXSerialPort * WonXSerialPort;
  11. /*****************************************************************************/
  12. /* メンバ関数の定義 */
  13. /*****************************************************************************/
  14. WWSerialPort WonXSerialPort_GetWWSerialPort(WonXSerialPort wonx_serial_port);
  15. WWSerialPort WonXSerialPort_SetWWSerialPort(WonXSerialPort wonx_serial_port,
  16. WWSerialPort ww_serial_port);
  17. WonXSerialPort WonXSerialPort_Create();
  18. WonXSerialPort WonXSerialPort_Destroy(WonXSerialPort wonx_serial_port);
  19. /*****************************************************************************/
  20. /* ここまで */
  21. /*****************************************************************************/
  22. #endif
  23. /*****************************************************************************/
  24. /* End of File. */
  25. /*****************************************************************************/