BaseScanControllerSetSpecialFunctionIO Method |
Asserts or de-asserts the special function.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.34.0
Syntaxpublic abstract void SetSpecialFunctionIO(
SpecialFunctionType specialFunction,
bool value
)
Parameters
- specialFunction SpecialFunctionType
- Signal to set.
- value Boolean
- True if active.
See Also