NodeOPCUA API Documentation
    Preparing search index...

    Interface DTStructureField

    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name StructureField
    isAbstract false
    interface DTStructureField {
        arrayDimensions: number[];
        dataType: NodeId;
        description: LocalizedText;
        isOptional: boolean;
        maxStringLength: number;
        name: UAString;
        valueRank: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrayDimensions: number[]
    dataType: NodeId
    description: LocalizedText
    isOptional: boolean
    maxStringLength: number
    name: UAString
    valueRank: number