Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Check #132

Closed
AmbroiseS opened this issue Dec 15, 2023 · 1 comment
Closed

Documentation Check #132

AmbroiseS opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
conclusion: duplicate Has already been submitted topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project

Comments

@AmbroiseS
Copy link

AmbroiseS commented Dec 15, 2023

Could you confirm these are corrects in ModbusServer.h. All others are 1 on success and 0 on failure .

/**
* Configure the servers coils.
*
* @param startAddress start address of coils
* @param nb number of coils to configure
*
* @return 0 on success, 1 on failure
*/
int configureCoils(int startAddress, int nb);
/**
* Configure the servers discrete inputs.
*
* @param startAddress start address of discrete inputs
* @param nb number of discrete inputs to configure
*
* @return 0 on success, 1 on failure
*/
int configureDiscreteInputs(int startAddress, int nb);

@AmbroiseS
Copy link
Author

Same as in #120.

@per1234 per1234 self-assigned this Dec 17, 2023
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: documentation Related to documentation for the project labels Dec 17, 2023
@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2023
@per1234 per1234 added the conclusion: duplicate Has already been submitted label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: duplicate Has already been submitted topic: documentation Related to documentation for the project type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

2 participants