RoboTx API Documentation
C#
VB
F#
Show/Hide TOC
Switch
On Method
Switches on the digital output.
Definition
Namespace:
RoboTx.Api
Assembly:
RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
Copy
public
void
On
()
VB
Copy
Public
Sub
On
F#
Copy
member
On
:
unit
->
unit
Exceptions
IOException
Serial port is in error state or not open.
See Also
Reference
Switch Class
RoboTx.Api Namespace
In This Article
Definition
Exceptions
See Also