NodeOPCUA API Documentation
    Preparing search index...

    Interface JsonServerEndpointsMessageOptions

    interface JsonServerEndpointsMessageOptions {
        description?: ApplicationDescriptionOptions;
        endpoints?: EndpointDescriptionOptions[] | null;
        messageId?: UAString;
        messageType?: UAString;
        publisherId?: UAString;
        timestamp?: DateTime;
    }
    Index

    Properties

    endpoints?: EndpointDescriptionOptions[] | null
    messageId?: UAString
    messageType?: UAString
    publisherId?: UAString
    timestamp?: DateTime