Interface PomProgrammerControllerListener
-
public interface PomProgrammerControllerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Close the programmervoidsendRequest(org.bidib.wizard.api.model.CommandStationNodeInterface node, org.bidib.jbidibc.messages.PomAddressData locoAddress, org.bidib.jbidibc.messages.enums.CommandStationPom opCode, int cvNumber, int cvValue)Send the CV request
-
-
-
Method Detail
-
close
void close()
Close the programmer
-
sendRequest
void sendRequest(org.bidib.wizard.api.model.CommandStationNodeInterface node, org.bidib.jbidibc.messages.PomAddressData locoAddress, org.bidib.jbidibc.messages.enums.CommandStationPom opCode, int cvNumber, int cvValue)Send the CV request- Parameters:
node- the nodelocoAddress- the loco addressopCode- the opCodecvNumber- the CV numbercvValue- trhe cvValue
-
-