API Reference v9.2.0
StreamBufferclass
Module: ZaberMotionAscii
Represents a stream buffer with this number on a device. A stream buffer is a place to store a queue of stream actions.
The following example illustrates how you can obtain an instance of this type:
import ZaberMotionAscii
let connection = try await Connection.openSerialPort(portName: "COM3")
let device = try connection.getDevice(deviceAddress: 1)
let streams = device.streams
let streamBuffer = try streams.getBuffer(streamBufferNumber: 1)Related Guides:
Properties
p
Methods
m