/** * | | | * |-----------|------------------------------------------------------------| * | namespace |http://opcfoundation.org/UA/ | * | nodeClass |DataType | * | name |PubSubState | * | isAbstract|false | */ export declare enum EnumPubSubState { Disabled = 0, Paused = 1, Operational = 2, Error = 3, PreOperational = 4 }