Click or drag to resize

PkInput Constructor (UInt16, Byte, DS54InputType, OnOff)

Initializes a new instance of the PkInput class

Namespace:  RRAutoLib.Loconet
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
Public Sub New ( 
	srtDS54Address As UShort,
	bytDS54InputPair As Byte,
	enuDS54InputType As DS54InputType,
	enuState As OnOff
)

Parameters

srtDS54Address
Type: SystemUInt16
bytDS54InputPair
Type: SystemByte
enuDS54InputType
Type: RRAutoLib.LoconetDS54InputType
enuState
Type: RRAutoLib.LoconetOnOff
See Also