 | ArduinoSession Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Solid.Arduino.ArduinoSession"]
Inheritance Hierarchy
Namespace:
Solid.Arduino
Assembly:
Solid.Arduino (in Solid.Arduino.dll) Version: 1.0.0
Syntaxpublic class ArduinoSession : IFirmataProtocol,
IServoProtocol, II2CProtocol, IStringProtocol, IDisposable
The ArduinoSession type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Clear | |
 | ConfigureServo | |
 | CreateAnalogStateMonitor | |
 | CreateAnalogStateMonitor(Int32) | |
 | CreateDigitalStateMonitor | |
 | CreateDigitalStateMonitor(Int32) | |
 | CreateI2CReplyMonitor | |
 | CreateReceivedStringMonitor | |
 | Dispose | |
 | GetBoardAnalogMapping | |
 | GetBoardAnalogMappingAsync | |
 | GetBoardCapability | |
 | GetBoardCapabilityAsync | |
 | GetFirmware | |
 | GetFirmwareAsync | |
 | GetI2CReply(Int32, Int32) | |
 | GetI2CReply(Int32, Int32, Int32) | |
 | GetI2CReplyAsync(Int32, Int32) | |
 | GetI2CReplyAsync(Int32, Int32, Int32) | |
 | GetPinState | |
 | GetPinStateAsync | |
 | GetProtocolVersion | |
 | GetProtocolVersionAsync | |
 | Read | |
 | ReadAsync | |
 | ReadI2CContinuous(Int32, Int32) | |
 | ReadI2CContinuous(Int32, Int32, Int32) | |
 | ReadI2COnce(Int32, Int32) | |
 | ReadI2COnce(Int32, Int32, Int32) | |
 | ReadLine | |
 | ReadLineAsync | |
 | ReadTo | |
 | ReadToAsync | |
 | RequestBoardAnalogMapping | |
 | RequestBoardCapability | |
 | RequestFirmware | |
 | RequestPinState | |
 | RequestProtocolVersion | |
 | ResetBoard | |
 | SendStringData | |
 | SetAnalogReportMode | |
 | SetDigitalPin(Int32, Boolean) | |
 | SetDigitalPin(Int32, Int64) | |
 | SetDigitalPinMode | |
 | SetDigitalPort | |
 | SetDigitalReportMode | |
 | SetI2CReadInterval | |
 | SetSamplingInterval | |
 | StopI2CReading | |
 | Write | |
 | WriteI2C | |
 | WriteLine | |
Top
Events
See Also