data class CloseRequest
Request object containing input parameters for the IODomain.close command.
<init> |
Request object containing input parameters for the IODomain.close command. CloseRequest(handle: StreamHandle) |
handle |
Handle of the stream to close. val handle: StreamHandle |