static LocoNetMessage |
LnDplxGrpInfoImpl.createSetUr92GroupChannelPacket(java.lang.Integer iChannelNumber) |
Create a LocoNet packet to set the Duplex group channel number.
|
static LocoNetMessage |
LnDplxGrpInfoImpl.createSetUr92GroupIDPacket(java.lang.String s) |
Create a LocoNet packet to set the Duplex group ID number.
|
static LocoNetMessage |
LnDplxGrpInfoImpl.createSetUr92GroupNamePacket(java.lang.String sGroupName) |
Create a LocoNet packet to set the Duplex group name.
|
static LocoNetMessage |
LnDplxGrpInfoImpl.createSetUr92GroupPasswordPacket(java.lang.String sGroupPassword) |
Create a LocoNet packet to set the Duplex group password.
|
void |
LnDplxGrpInfoImpl.setDuplexGroupChannel(java.lang.Integer dgc) |
Creates and sends a LocoNet message which sets the Duplex Group Channel.
|
void |
LnDplxGrpInfoImpl.setDuplexGroupId(java.lang.String dgi) |
Creates and sends a LocoNet message which sets the Duplex Group Id.
|
void |
LnDplxGrpInfoImpl.setDuplexGroupName(java.lang.String dgn) |
Creates and sends a LocoNet message which sets the Duplex Group Name.
|
void |
LnDplxGrpInfoImpl.setDuplexGroupPassword(java.lang.String dgp) |
Creates and sends a LocoNet message which sets the Duplex Group Password.
|