codemelted.js Module
    Preparing search index...

    Type Alias CProtocolEventHandler<T>

    CProtocolEventHandler: (evt: CProtocolEvent<T>) => any

    Supports the CProtocol for data received as part of a protocol.

    Type Parameters

    • T

      The event objects the protocol event wraps.

    Type Declaration