Libertas OS API Documentation
    Preparing search index...

    Type Alias LibertasNetCallback

    LibertasNetCallback: (
        fd: LibertasFd,
        event: LibertasNetEvent,
        tag: any,
        data: LibertasNetReadData,
        addr?: string,
    ) => void

    The signature of network I/O callback function.

    Type declaration