All Manuals > LispWorks User Guide and Reference Manual > 32 The COMM Package

NextPrevUpTopContentsIndex

async-io-state-ssl

Function
Summary

Accesses the SSL attached to an async-io-state.

Package

comm

Signature

async-io-state-ssl async-io-state => ssl-pointer

Arguments

async-io-state

An async-io-state.

Values

ssl-pointer

A foreign pointer of type ssl-pointer, or nil.

Description

The function async-io-state-ssl accesses the SSL that is attached to the async-io-state async-io-state.

It returns nil if SSL is not attached.

See also

async-io-state
ssl-pointer


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex