Click or drag to resize

PkDccProgram Constructor (Boolean, DccProgMode, UInt16, Byte)

Initializes a new instance of the PkDccProgram class

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub New ( 
	blnProgWrite As Boolean,
	enuProgMode As DccProgMode,
	srtCvNumber As UShort,
	bytCvValue As Byte
)

Parameters

blnProgWrite
Type: SystemBoolean
This value will be assigned to the ProgWrite property.
enuProgMode
Type: RRAutoLib.LoconetDccProgMode
This value will be assigned to the ProgMode property.
srtCvNumber
Type: SystemUInt16
This value will be assigned to the CvNumber property.
bytCvValue
Type: SystemByte
This value will be assigned to the CvValue property.
Remarks
This constructor is best used for service track programming.
See Also