beautypg.com

Echelon i.LON SmartServer 2.0 User Manual

Page 225

background image

i.LON SmartServer 2.0 Programmer’s Reference

14-25

Property Description

Lists the network management and debugging commands issued
for the device and their statuses.

You can issue network management commands
(ChangeApplicationStatus, ChangeCommissionStatus,
ImageDownload, GetTemplate, Wink, and FetchProgID) in a
Set function.

You can issue debugging commands (QueryStatus and
ClearStatus) with the Invoke_Cmd function. Note that these
commands require the Item type of
LON_Device_Command_Invoke.

To issue a network management or debugging command, you
provide the desired command, any required properties as
described in this table, and setting the property
to STATUS_REQUEST.

Each object contains the following properties:

. The network management or

debugging command issued. See Issuing Network
Management Commands
and Issuing Debugging
Commands
for more information.

. Indicates when the status of the

command was last changed.

. The status of the network management

command. When issuing a network management or
debugging command, you must set this property to
STATUS_REQUEST. This property may be one of the
following values:

• STATUS_REQUEST
• STATUS_CANCEL
• STATUS_PENDING
• STATUS_DONE
• STATUS_FAIL
• STATUS_INVOKE