Category, Classid – Echelon OpenLNS User Manual
Page 330
OpenLNS Programmer's Reference
293
Category
Summary
Contains the error category represented by the Error object.
Availability
Local, full, and lightweight clients.
Syntax
errCategory = errorObject.Category
Element
Description
errCategory The error category. The valid values for
this property, which are contained in the
ConstErrCategories
constant, are as follows:
0 lcaErrCategoryNs
Network Server error.
1 lcaErrCategoryNi
Network Interface error.
2 lcaErrCategoryConn
Connection error.
3 lcaErrCategoryObjServer
Object Server error.
4 lcaErrCategoryDataServer
Data Server error.
5 lcaErrCategoryFormat
Format error.
6 lcaErrCategoryComponent
Component error.
7 lcaErrCategoryVni
VNI error.
object
Data Type
Integer.
Read/Write
Read only.
Added to API
LNS Release 3.0.
ClassId
Summary
Identifies the object class of this object.
This property allows the object type to be determined when it
is unknown (for example, when the object was accessed using
the Parent property of another object).
Availability
Local, full, lightweight, and independent clients. Note that
some objects containing this property are not available to
Independent clients.