// ----- this file has been automatically generated - do not edit

/**
 * |           |                                                            |
 * |-----------|------------------------------------------------------------|
 * | namespace |http://opcfoundation.org/UA/                                |
 * | nodeClass |DataType                                                    |
 * | name      |Duplex                                                      |
 * | isAbstract|false                                                       |
 */
export enum EnumDuplex  {
  /**
   * Full duplex.
   */
  Full = 0,
  /**
   * Half duplex.
   */
  Half = 1,
  /**
   * Link is currently disconnected or initializing.
   */
  Unknown = 2,
}