SerenityJS
    Preparing search index...

    Interface RaknetEvents

    interface RaknetEvents {
        connect: [Connection];
        disconnect: [Connection];
        encapsulated: [Connection, Buffer];
        error: [Error];
    }
    Index

    Properties

    connect: [Connection]
    disconnect: [Connection]
    encapsulated: [Connection, Buffer]
    error: [Error]