PxIOSetServiceOption |
|
Changes a service option
intPxIOSetServiceOption(PxIOService service, PxIOServiceOptionType type, int value);
Where:
service |
A valid PxIOService handle. See PxIOCreateService for more information on creating a service and obtaining a service handle. |
type |
Service option value to set. The available options are listed in Appendix B. |
value |
New option value. The range of allowed values for each option are outlined in Appendix B. |
If the function succeeds, a value of PXIO_SUCCESS_STATUS is returned; otherwise, an error value is returned. More information on the nature of the error can be found by calling PxIOGetError.