Added constants into jssc_SerialNativeInterface.h header file

This commit is contained in:
scream3r 2013-04-22 10:12:52 +04:00
parent df65d88787
commit 73c7a6870b
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@ extern "C" {
#define jssc_SerialNativeInterface_OS_SOLARIS 2L
#undef jssc_SerialNativeInterface_OS_MAC_OS_X
#define jssc_SerialNativeInterface_OS_MAC_OS_X 3L
#undef jssc_SerialNativeInterface_ERR_PORT_BUSY
#define jssc_SerialNativeInterface_ERR_PORT_BUSY -1L
#undef jssc_SerialNativeInterface_ERR_PORT_NOT_FOUND
#define jssc_SerialNativeInterface_ERR_PORT_NOT_FOUND -2L
#undef jssc_SerialNativeInterface_ERR_PERMISSION_DENIED
#define jssc_SerialNativeInterface_ERR_PERMISSION_DENIED -3L
/*
* Class: jssc_SerialNativeInterface
* Method: openPort