codemelted.js Module
    Preparing search index...

    Class CTimerProtocol

    Creates an asynchronous timer that fires on the specified interval until terminated via the async_timer function.

    Hierarchy (View Summary)

    Index

    post_message

    • post_message(data?: any): void

      Posts a given message to the given implementing protocol.

      Parameters

      • Optionaldata: any

        The data to post for the given protocol.

      Returns void