Click or drag to resize

PkLocoIOPortConfig Class

Represents 1 of 16 LocoIO port configurations.
Inheritance Hierarchy
SystemObject
  RRAutoLib.LoconetPkLocoIOPortConfig

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public NotInheritable Class PortConfig

The PkLocoIOPortConfig type exposes the following members.

Constructors
  NameDescription
Public methodPkLocoIOPortConfig
Initializes a new instance of the PkLocoIOPortConfig class
Top
Properties
  NameDescription
Public propertyConfig
The configuration that determines how the LocoIO port should behave.
Public propertyPacket
Packet to be acted on or generated by the LocoIO.
Public propertyPort
LocoIO port number to be configured.
Top
Remarks
This class encapsulates the data required to read or write the configuration of a LocoIO port.
See Also