NodeOPCUA API Documentation
    Preparing search index...

    Interface UDTServerEndpoint

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name ServerEndpointDataType
    isAbstract false
    interface UDTServerEndpoint {
        discoveryUrls: UAString[];
        endpointUrls: UAString[];
        name: UAString;
        networkName: UAString;
        port: number;
        recordProperties: DTKeyValuePair[];
        reverseConnectUrls: UAString[];
        schema: IStructuredTypeSchema;
        securitySettingNames: UAString[];
        transportProfileUri: UAString;
        userTokenSettingNames: UAString[];
        applyOnAllFields<T>(func: Func1<T>, data: T): void;
        binaryStoreSize(): number;
        clone(): any;
        decode(stream: BinaryStream): void;
        decodeDebug(stream: BinaryStream, options: DecodeDebugOptions): void;
        encode(stream: OutputBinaryStream): void;
        explore(): string;
        isValid(): boolean;
        toJSON(): any;
        toString(...args: any[]): string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    discoveryUrls: UAString[]
    endpointUrls: UAString[]
    name: UAString
    networkName: UAString
    port: number
    recordProperties: DTKeyValuePair[]
    reverseConnectUrls: UAString[]
    schema: IStructuredTypeSchema
    securitySettingNames: UAString[]
    transportProfileUri: UAString
    userTokenSettingNames: UAString[]

    Methods

    • Type Parameters

      • T

      Parameters

      • func: Func1<T>
      • data: T

      Returns void

    • Calculate the required size to store this object in a binary stream.

      Returns number

    • Returns any

    • Encode the object to the binary stream.

      Parameters

      • stream: OutputBinaryStream

      Returns void

    • Returns string

    • verify that all object attributes values are valid according to schema

      Returns boolean

    • Returns any

    • Parameters

      • ...args: any[]

      Returns string