@bacnet-js/client
    Preparing search index...

    Interface ApplicationData

    TODO: when the time comes, drop the default value for the Tag generic parameter to enforce type safety everywhere throughout the library.

    interface ApplicationData {
        encoding?: number;
        len: number;
        type: ApplicationTag;
        value: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    encoding?: number
    len: number
    value: any