The SyRenSimplified type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the serial port, if the instance has ownership of it.
(Inherited from SerialMotorDriver.) |
![]() | Motor(Int32) |
Sets the power of the motor.
|
![]() | Motor(Int32, Int32) |
Sets the power of the specified motor.
|
![]() | Open(SerialPort) |
Uses an already-opened serial port.
(Inherited from SerialMotorDriver.) |
![]() | Open(Stream) |
Uses an already-open stream.
(Inherited from SerialMotorDriver.) |
![]() | Open(SerialPort, Boolean) |
Uses an already-opened serial port, and optionally takes ownership of it.
(Inherited from SerialMotorDriver.) |
![]() | Open(Stream, Boolean) |
Uses an already-open stream, and optionally takes ownership of it.
(Inherited from SerialMotorDriver.) |
![]() | Open(String, Int32) |
Opens the specified serial port.
(Inherited from SerialMotorDriver.) |
![]() | Stop |
Stops.
|
See Also