Package | Description |
---|---|
com.pi4j.io.serial | |
com.pi4j.io.serial.impl |
Modifier and Type | Method and Description |
---|---|
static Serial |
SerialFactory.createInstance()
Create New Serial instance
|
Serial |
SerialDataEvent.getSerial()
Get the serial interface instance
|
Constructor and Description |
---|
SerialDataEvent(Serial serial)
Default event constructor.
|
SerialDataEvent(Serial serial,
byte[] data)
Default event constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SerialImpl
This implementation class implements the 'Serial' interface using the WiringPi Serial library.
|
Copyright © 2012–2019 Pi4J. All rights reserved.