|
APIs, concepts, guides, and more
|
| enum RSINetworkEniResult |
| Enumerator | |
|---|---|
| RSINetworkEniResultSUCCESS | ENI file generated successfully. |
| RSINetworkEniResultMISSING_ESI_FILES | Add ESI file with correct Vendor, Product, Revision to the ESI folder. |
| RSINetworkEniResultCONFIG_NOT_DETECTED | Failed Configuration creation or 0 slaves to add to it. Did you move your ESI folder? |
| RSINetworkEniResultNODE_INFO_ERROR | Error(s) in NodeInfo.xml. |
| RSINetworkEniResultUNKNOWN_FAILURE | Fall through case. Contact RSI with details about your changes to the various XMLs. |
| RSINetworkEniResultENI_FILE_ALREADY_EXISTS | Use overload which overwrites or be glad we didn't just delete your old file. |
| RSINetworkEniResultFAILED_TO_CREATE_ENI_BUILDER | Did not create ENIBuilder internal object. |
| RSINetworkEniResultTOO_MANY_NODES | The ENI was generated properly but has more nodes than can be supported by the RMP. |
| RSINetworkEniResultTOO_MANY_PDO_INPUTS | The ENI has too many PDO Inputs for RMP. |
| RSINetworkEniResultTOO_MANY_PDO_OUTPUTS | The ENI has too many PDO Outputs for RMP. |
| RSINetworkEniResultTOO_MANY_PDO_BYTES | The total size of the PDO bytes is too large for RMP. |
| RSINetworkEniResultDISCOVERED_ZERO_NODES | There were no nodes discovered on the network so we could not generate an ENI file. |
Definition at line 1450 of file rsienums.h.