Neonode zForce(TM) SDK
Macros
1100 - 1199 Transport Errors

Macros

#define EUNKNOWNTRANSPORT   1100
 No such Transport with that name.
 
#define EALREADYOPEN   1101
 Transport already open.
 
#define ENOTOPENED   1102
 Transport is not open.
 
#define EWRITEFAILED   1103
 Write failed.
 
#define EPARAMETERSTRINGTOOLONG   1104
 
#define ECLOSEFAILED   1105
 Closing the file descriptor failed.
 
#define EOPENFAILED   1106
 Open failed.
 
#define ENOPORTENTRY   1107
 No such file or directory.
 
#define EREADFAILED   1108
 Read failed.
 
#define EPARTIALWRITE   1109
 Not all bytes written.
 
#define ENODEVICEENTRY   1110
 No device with that name.
 
#define ENODEVICEATINDEX   1111
 No device on the passed index.
 
#define EDEVICEENUMERATIONFAILED   1112
 Failed to enumerate devices.
 

Detailed Description

1100 - 1199 Transport Errors.

Macro Definition Documentation

#define EPARAMETERSTRINGTOOLONG   1104

Parameter string is too long.