PkDccProgramOpAddress Property |
Gets or sets the DCC decoder's address for operation mode programming.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Property OpAddress As UShort
Get
Set
public ushort OpAddress { get; set; }
Property Value
Type:
UInt16Valid address values are 0-16383.
RemarksThis value should be set only if the
ProgMode is set to one of the operation modes, otherwise it should be 0.
See Also