The Arduino Reference text is licensed under a Creative Commons Attribution-Share Alike 3.0 License.
Find anything that can be improved? Suggest corrections and new documentation via GitHub.
Doubts on how to use Github? Learn everything you need to know in this tutorial.
Write the value of the server’s Discrete Input for the specified address and value.
int discreteInputWrite(int address, uint8_t value);
1 on success, 0 on failure.