// ----- this file has been automatically generated - do not edit /** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |PubSubState | * | isAbstract|false | */ export enum EnumPubSubState { Disabled = 0, Paused = 1, Operational = 2, Error = 3, PreOperational = 4, }