Interface PomProgrammerControllerListener
public interface PomProgrammerControllerListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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 Details
-
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
-