Pingintervals, Recoverystatus, D pingintervals – Echelon OpenLNS User Manual
Page 938: Ping intervals
OpenLNS Programmer's Reference
901
permission value given by the first matching spec. This
feature may be used to implement sophisticated permission
scenarios. Some examples follow below.
This spec gives permission to all IP address starting with
192.168:
192.168.0.0 255.255.0.0, 1
This spec denies access to IP 192.168.0.3:
192.168.0.3 255.255.255.255, 0
The following spec has no IP address which satisfies its rule,
so an error will be generated upon assignment:
192.168.1.2 255.255.0.0, 1
The following two specs provide access to all IP address
beginning with 192.168, except those starting with 192.168.5:
192.168.5.0 255.255.255.0, 0
192.168.0.0 255.255.0.0, 1
Availability
Local clients.
Syntax
permString = systemObject.PermissionString
Element
Description
permString
The returned permission string.
systemObject
The System object to be acted on.
Data Type
String.
Read/Write
Read/write.
Added to API
Prior to LNS Release 3.0.
PingIntervals
Summary
Allows the ping intervals for the system to be changed using
Availability
Local, full, and lightweight clients.
Syntax
pingIntervals = sysObject.
Element
Description
sysObject
The System object to be acted on.
pingIntervals
The PingIntervals object to be
returned.
Data Type
Read/Write
Read only.
Added to API
LNS Release 3.0.
RecoveryStatus
Summary