Echelon OpenLNS User Manual
Page 1019
OpenLNS Programmer's Reference
982
lcaErrNsNvNotLmobjMember
122
The network variable is not a member of a LonMark object.
lcaErrNsHostResourceProblem
123
There is a resource problem in the API or application.
lcaErrNsTxAlreadyCanceled
124
The specified transaction was already canceled.
lcaErrNsFirmwareVersionMismatch
125
The device contains an incompatible firmware version. This error will be generated if
you attempt to load a new application image into a device with the Load method, and the
system image (firmware version) used by the device is incompatible with the new
application image. Some devices support the LoadEx method, which will upgrade the
system image to a compatible version when this error occurs.
lcaErrNsUnimplementedCategory
126
The service encountered an unimplemented category or category operation. This is an
internal error, and should be reported to customer support.
lcaErrNsUnimplementedProperty
127
The service encountered an unimplemented property or property operation. This is an
internal error, and should be reported to customer support.
lcaErrNsDisallowedInMipMode
128
The specified service or operation is disallowed because the interface is not an NSI. This
is an internal error, and should be reported to customer support.
lcaErrNsDisallowedInTxHandler
129
The specified service or operation is disallowed in the transaction notification handler.
This is an internal error, and should be reported to customer support.
lcaErrNsNssNotInitialized
130
The NsInit() function either was not called or failed. This is an internal error, and
should be reported to customer support.
lcaErrNsNssEngineNotFound
131
The NSS Win32 engine was not found. If you encounter this error, you should verify that
LNS is installed properly on your machine.
lcaErrNsInvalidNsi
132
The network interface is not a valid NSI mip.
lcaErrNsFileHeaderError
133
The file which was accessed had an invalid header
lcaErrNsDbVersionError
134
Returned when the NSS encounters a database (or non-volatile data) with the worng
version number.
lcaErrNsNoNetworkInterface
135
Returned when an attempt is made set the MgmtMode property to
lcaMgmtModePropagateConfigUpdates (0) without selecting a network interface.