@companion-module/base
    Preparing search index...

    Interface UDPHelperEvents

    interface UDPHelperEvents {
        data: [msg: Buffer<ArrayBufferLike>, rinfo: RemoteInfo];
        error: [err: Error];
        listening: [];
        status_change: [status: UDPStatuses, message: string];
    }
    Index

    Properties

    data: [msg: Buffer<ArrayBufferLike>, rinfo: RemoteInfo]
    error: [err: Error]
    listening: []
    status_change: [status: UDPStatuses, message: string]