namespace http://opcfoundation.org/UA/
nodeClass DataType
name BitFieldDefinition
isAbstract false
interface DTBitFieldDefinition {
    description: LocalizedText;
    endingBitPosition: number;
    name: UAString;
    reserved: boolean;
    startingBitPosition: number;
}

Hierarchy (view full)

Properties

description: LocalizedText
endingBitPosition: number
name: UAString
reserved: boolean
startingBitPosition: number