PkLocoIORequestConfig Method |
Sends a message to a LocoIO device requesting configuration data.
Namespace:
RRAutoLib.Loconet
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxParameters
- objLoconetService
- Type: RRAutoLib.LoconetLoconetService
A LoconetService instance that will service the command. - bytLocoIOAdr
- Type: SystemByte
LocoIO address to be assigned. Valid values are 1-79 and 81-127 with a default of 81. 80 is reserved for the PC. - bytLocoIOSubAdr
- Type: SystemByte
LocoIO sub-address to be assigned. Valid values are 1-126 with a default of 1. - bytPort
- Type: SystemByte
LocoIO port number (1-16) being interogated.
Return Value
Type:
TaskPkLocoIOThe response packet.
Remarks
See Also