Added constants into jssc_SerialNativeInterface.h header file
This commit is contained in:
parent
df65d88787
commit
73c7a6870b
|
@ -39,6 +39,12 @@ extern "C" {
|
||||||
#define jssc_SerialNativeInterface_OS_SOLARIS 2L
|
#define jssc_SerialNativeInterface_OS_SOLARIS 2L
|
||||||
#undef jssc_SerialNativeInterface_OS_MAC_OS_X
|
#undef jssc_SerialNativeInterface_OS_MAC_OS_X
|
||||||
#define jssc_SerialNativeInterface_OS_MAC_OS_X 3L
|
#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
|
* Class: jssc_SerialNativeInterface
|
||||||
* Method: openPort
|
* Method: openPort
|
||||||
|
|
Loading…
Reference in New Issue