PkSlotLink Constructor (Byte, Byte) | 
 Initializes a new instance of the 
PkSlotLink class
 
    Namespace: 
   RRAutoLib.Loconet
    Assembly:
   RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Sub New ( 
	bytSlaveSlot As Byte,
	bytMasterSlot As Byte
)
public PkSlotLink(
	byte bytSlaveSlot,
	byte bytMasterSlot
)
Parameters
- bytSlaveSlot
 - Type: SystemByte
 - bytMasterSlot
 - Type: SystemByte
 
See Also