Modifier and Type | Method and Description |
---|---|
static YSerialPort |
YSerialPort.FindSerialPort(String func)
Retrieves a serial port for a given identifier.
|
static YSerialPort |
YSerialPort.FindSerialPortInContext(YAPIContext yctx,
String func)
Retrieves a serial port for a given identifier in a YAPI context.
|
static YSerialPort |
YSerialPort.FirstSerialPort()
Starts the enumeration of serial ports currently accessible.
|
static YSerialPort |
YSerialPort.FirstSerialPortInContext(YAPIContext yctx)
Starts the enumeration of serial ports currently accessible.
|
YSerialPort |
YSerialPort.nextSerialPort()
Continues the enumeration of serial ports started using yFirstSerialPort().
|
Modifier and Type | Method and Description |
---|---|
void |
YSerialPort.YSnoopingCallback.snoopingCallback(YSerialPort serialPort,
YSnoopingRecord rec) |
void |
YSerialPort.TimedReportCallback.timedReportCallback(YSerialPort function,
YMeasure measure) |
void |
YSerialPort.UpdateCallback.yNewValue(YSerialPort function,
String functionValue) |
Copyright © 2022. All rights reserved.