コード例 #1
0
 /*
  * (non-Javadoc)
  *
  * @see com.sitewhere.spi.device.communication.IDeviceCommunication#
  * deliverSystemCommand( java.lang.String,
  * com.sitewhere.spi.device.command.ISystemCommand)
  */
 @Override
 public void deliverSystemCommand(String hardwareId, ISystemCommand command)
     throws SiteWhereException {
   delegate.deliverSystemCommand(hardwareId, command);
 }