See: Description
Interface | Description |
---|---|
SerialPortDevice |
The
SerialPortDevice interface defines the APIs for serial port communication to be used by applications. |
SerialPortDeviceSpec |
The
SerialPortDeviceSpec interface extends DeviceSpec to define the specifications of a serial port device. |
SerialPortOperationResult |
The
SerialPortOperationResult interface extends OperationResult to provide specific results for serial port operations. |
SerialPortDevice
for controlling serial port operations.
- SerialPortDeviceSpec
for specifying the details of a serial port device.
- SerialPortOperationResult
for processing and understanding the outcomes of serial port operations.
This package is essential for developers looking to integrate serial port communication functionalities in their CloudPOS applications, providing the tools necessary for effective and efficient serial data transmission.