Uses of Class
org.openhab.core.io.transport.modbus.ModbusWriteRequestBlueprint
Packages that use ModbusWriteRequestBlueprint
-
Uses of ModbusWriteRequestBlueprint in org.openhab.core.io.transport.modbus
Subclasses of ModbusWriteRequestBlueprint in org.openhab.core.io.transport.modbusModifier and TypeClassDescriptionclassImplementation for writing coilsclassImplementation for writing registersMethods in org.openhab.core.io.transport.modbus that return ModbusWriteRequestBlueprintModifier and TypeMethodDescriptionAsyncModbusWriteResult.getRequest()Get request matching this responseMethods in org.openhab.core.io.transport.modbus with parameters of type ModbusWriteRequestBlueprintModifier and TypeMethodDescriptionFuture<?> ModbusCommunicationInterface.submitOneTimeWrite(ModbusWriteRequestBlueprint request, ModbusWriteCallback resultCallback, ModbusFailureCallback<ModbusWriteRequestBlueprint> failureCallback) Submit one-time write task.Method parameters in org.openhab.core.io.transport.modbus with type arguments of type ModbusWriteRequestBlueprintModifier and TypeMethodDescriptionFuture<?> ModbusCommunicationInterface.submitOneTimeWrite(ModbusWriteRequestBlueprint request, ModbusWriteCallback resultCallback, ModbusFailureCallback<ModbusWriteRequestBlueprint> failureCallback) Submit one-time write task.Constructors in org.openhab.core.io.transport.modbus with parameters of type ModbusWriteRequestBlueprintModifierConstructorDescriptionAsyncModbusWriteResult(ModbusWriteRequestBlueprint request, ModbusResponse response) -
Uses of ModbusWriteRequestBlueprint in org.openhab.core.io.transport.modbus.json
Methods in org.openhab.core.io.transport.modbus.json that return types with arguments of type ModbusWriteRequestBlueprintModifier and TypeMethodDescriptionParse JSON string to collection ofModbusWriteRequestBlueprintJSON string should represent a JSON array, with JSON objects.