CloseRequest

@Serializable
data class CloseRequest(val handle: StreamHandle)(source)

Request object containing input parameters for the IODomain.close command.

Constructors

Link copied to clipboard
constructor(handle: StreamHandle)

Properties

Link copied to clipboard

Handle of the stream to close.