User`s guide
LUC API Reference [H]
LUC_ERR_OK • The function was registered successfully.
• This object is ready to accept remote requests.
• The remote procedure call was launched.
• The remote procedure call was completed.
• The endpoint has been stopped successfully.
• The function was prepared for transmission. The application's
completion handler is guaranteed to fire with a real status at
some later point.
LUC_ERR_MAX
Special value set to be the highest numerical error code generated
by the library. Applications may specify their own error codes to
be greater than this value.
LUC_ERR_BAD_ADDRESS
Indicates an attempt to use a NULL input or output buffer while
specifying a non-zero size for the corresponding buffer. This error is
returned by the remoteCall and remoteCallSync methods.
LUC_ERR_NOT_REGISTERED
The caller tried to make an RPC call to an unregistered
service type/function index pair that was not registered with
registerRemoteCall.
LUC_ERR_OTHER
• The library can handle only a fixed number of function
registrations for each server object. The library supports the
registration of 64 functions for each endpoint.
• Failed to create the desired threads.
LUC_ERR_ALREADY_REGISTERED
The specified service type or function index is already occupied.
S–2479–20 163