TeensyGBLink ​
Provides a connection to the Teensy GB Link device.
Kind: Class
Namespace: ConnectorLib
Public Constructors
TeensyGBLink()
Creates a new instance of the ConnectorLib.TeensyGBLink class.
Public Member Functions
bool
Send(IEnumerable data)
Sends bytes to the Teensy GB Link device.
bool
TryExchangeByte(byte data, byte out exchange)
Exchanges a byte with the Teensy GB Link device.
Public Static Functions
IEnumerable
GetDevices()
Gets a list of connected Teensy GB Link devices.
Properties
bool
Connected
[get, ]
