namespace http://opcfoundation.org/UA/
nodeClass DataType
name ServiceCounterDataType
isAbstract false
interface DTServiceCounter {
    errorCount: number;
    totalCount: number;
}

Hierarchy (view full)

Properties

errorCount: number
totalCount: number