public interface OncRpcAcceptStatus
Modifier and Type | Field and Description |
---|---|
static int |
ONCRPC_GARBAGE_ARGS
The server could not decode the arguments sent within the ONC/RPC
call message.
|
static int |
ONCRPC_PROC_UNAVAIL
The procedure requested is not available.
|
static int |
ONCRPC_PROG_MISMATCH
A program version number mismatch occured.
|
static int |
ONCRPC_PROG_UNAVAIL
The program requested is not available.
|
static int |
ONCRPC_SUCCESS
The remote procedure was called and executed successfully.
|
static int |
ONCRPC_SYSTEM_ERR
The server encountered a system error and thus was not able to
process the procedure call.
|
static final int ONCRPC_SUCCESS
static final int ONCRPC_PROG_UNAVAIL
static final int ONCRPC_PROG_MISMATCH
static final int ONCRPC_PROC_UNAVAIL
static final int ONCRPC_GARBAGE_ARGS
static final int ONCRPC_SYSTEM_ERR
Copyright © 2022. All rights reserved.