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