Parent, Receivetxfull – Echelon OpenLNS User Manual
Page 299
OpenLNS Programmer's Reference
262
13 lcaNeuronModel3120E5
14 lcaNeuronModel3120E4
15 lcaNeuronModelPL3120E4
16 lcaNeuronModelCY7C53120
32 lcaNeuronModelFT5000
33 lcaNeuronModel 5000
128 lcaNonNeuronModelGeneric
129 lcaNonNeuronModelPentagon
130 lcaNonNeuronModelMIPS
object
the information.
Data Type
Long.
Read/Write
Read only.
Added to API
Prior to LNS Release 3.0.
Parent
Summary
Returns the object that spawned the current child object. The
parent object is determined by the means in which a child
object is accessed, not by the OpenLNS Object hierarchy.
Availability
Local, full, lightweight, and independent clients. Note that
some collection objects are not available to Independent
clients.
Syntax
parentObject = object.Parent
Element
Description
parentObject
The object that is the parent of the
specified object.
object
Any object for which the parent is
desired.
Data Type
Object.
Read/Write
Read only.
Added to API
Depends on the object used to access the property. Generally,
this property exists for an object as soon as the object is
added to the API.
ReceiveTxFull
Summary
Contains the number of times the device or router received a
packet for which there was no more room in the device's
transaction database. This data is available for application
devices and router sides.
Availability
Local, full, and lightweight clients.
Syntax
packetCount = object.ReceiveTxFull
Element
Description
packetCount
The number of packets.