Click or drag to resize

DeviceArea Class

Device IO area.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.CommsDeviceArea

Namespace:  Demo3D.PLC.Rockwell.Comms
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public class DeviceArea

The DeviceArea type exposes the following members.

Constructors
  NameDescription
Public methodDeviceArea
Constructs a device area.
Top
Properties
  NameDescription
Public propertyIsValid
Device area is valid.
Public propertyName
Device area name.
Top
Fields
  NameDescription
Public fieldStatic memberC
Config.
Public fieldStatic memberI
Input.
Public fieldStatic memberO
Output.
Public fieldStatic memberP
Pseudo symbols.
Public fieldStatic memberPI
Pseudo input.
Public fieldStatic memberPO
Pseudo output.
Public fieldStatic memberUnset
Unknown/unset.
Top
Remarks
A DeviceArea is just a type-safe string. There's nothing special about the pre-defined device areas. You can construct one of these with any named device area to create DeviceArea's for areas that aren't pre-defined.
See Also