@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
25 lines (24 loc) • 772 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |InterfaceAdminStatus |
* | isAbstract|false |
*/
export enum EnumInterfaceAdminStatus {
/**
* Ready to pass packets.
*/
Up = 0,
/**
* Not ready to pass packets and not in some test
* mode.
*/
Down = 1,
/**
* In some test mode.
*/
Testing = 2,
}