Class IIeeeBaseEthernetPortTypeNode

All Implemented Interfaces:
BaseInterfaceType, BaseObjectType, IIeeeBaseEthernetPortType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode

public class IIeeeBaseEthernetPortTypeNode extends BaseInterfaceTypeNode implements IIeeeBaseEthernetPortType
  • Constructor Details

    • IIeeeBaseEthernetPortTypeNode

      public IIeeeBaseEthernetPortTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
  • Method Details

    • getSpeed

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong getSpeed() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the local value of the Speed Node.

      The returned value is the last seen; it is not read live from the server.

      Specified by:
      getSpeed in interface IIeeeBaseEthernetPortType
      Returns:
      the local value of the Speed Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Speed Node.
    • setSpeed

      public void setSpeed(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Set the local value of the Speed Node.

      The value is only updated locally; it is not written to the server.

      Specified by:
      setSpeed in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the local value to set for the Speed Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Speed Node.
    • readSpeed

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong readSpeed() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Read the value of the Speed Node from the server and update the local value if the operation succeeds.
      Specified by:
      readSpeed in interface IIeeeBaseEthernetPortType
      Returns:
      the ULong value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeSpeed

      public void writeSpeed(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Write a new value for the Speed Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeSpeed in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the ULong value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readSpeedAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong> readSpeedAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      An asynchronous implementation of IIeeeBaseEthernetPortType.readSpeed().
      Specified by:
      readSpeedAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeSpeedAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSpeedAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong speed)
      Description copied from interface: IIeeeBaseEthernetPortType
      Specified by:
      writeSpeedAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSpeedNode

      public AnalogUnitTypeNode getSpeedNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the Speed AnalogUnitType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Specified by:
      getSpeedNode in interface IIeeeBaseEthernetPortType
      Returns:
      the Speed AnalogUnitType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getSpeedNodeAsync

      public CompletableFuture<? extends AnalogUnitTypeNode> getSpeedNodeAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      Asynchronous implementation of IIeeeBaseEthernetPortType.getSpeedNode().
      Specified by:
      getSpeedNodeAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the AnalogUnitType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getDuplex

      public org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex getDuplex() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the local value of the Duplex Node.

      The returned value is the last seen; it is not read live from the server.

      Specified by:
      getDuplex in interface IIeeeBaseEthernetPortType
      Returns:
      the local value of the Duplex Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Duplex Node.
    • setDuplex

      public void setDuplex(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Set the local value of the Duplex Node.

      The value is only updated locally; it is not written to the server.

      Specified by:
      setDuplex in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the local value to set for the Duplex Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Duplex Node.
    • readDuplex

      public org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex readDuplex() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Read the value of the Duplex Node from the server and update the local value if the operation succeeds.
      Specified by:
      readDuplex in interface IIeeeBaseEthernetPortType
      Returns:
      the Duplex value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeDuplex

      public void writeDuplex(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Write a new value for the Duplex Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeDuplex in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the Duplex value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readDuplexAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex> readDuplexAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      An asynchronous implementation of IIeeeBaseEthernetPortType.readDuplex().
      Specified by:
      readDuplexAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeDuplexAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDuplexAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex duplex)
      Description copied from interface: IIeeeBaseEthernetPortType
      Specified by:
      writeDuplexAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getDuplexNode

      public BaseDataVariableTypeNode getDuplexNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the Duplex BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Specified by:
      getDuplexNode in interface IIeeeBaseEthernetPortType
      Returns:
      the Duplex BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getDuplexNodeAsync

      public CompletableFuture<? extends BaseDataVariableTypeNode> getDuplexNodeAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      Asynchronous implementation of IIeeeBaseEthernetPortType.getDuplexNode().
      Specified by:
      getDuplexNodeAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxFrameLength

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getMaxFrameLength() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the local value of the MaxFrameLength Node.

      The returned value is the last seen; it is not read live from the server.

      Specified by:
      getMaxFrameLength in interface IIeeeBaseEthernetPortType
      Returns:
      the local value of the MaxFrameLength Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxFrameLength Node.
    • setMaxFrameLength

      public void setMaxFrameLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Set the local value of the MaxFrameLength Node.

      The value is only updated locally; it is not written to the server.

      Specified by:
      setMaxFrameLength in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the local value to set for the MaxFrameLength Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxFrameLength Node.
    • readMaxFrameLength

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readMaxFrameLength() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Read the value of the MaxFrameLength Node from the server and update the local value if the operation succeeds.
      Specified by:
      readMaxFrameLength in interface IIeeeBaseEthernetPortType
      Returns:
      the UShort value read from the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • writeMaxFrameLength

      public void writeMaxFrameLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Write a new value for the MaxFrameLength Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeMaxFrameLength in interface IIeeeBaseEthernetPortType
      Parameters:
      value - the UShort value to write to the server.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.
    • readMaxFrameLengthAsync

      public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readMaxFrameLengthAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      An asynchronous implementation of IIeeeBaseEthernetPortType.readMaxFrameLength().
      Specified by:
      readMaxFrameLengthAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
    • writeMaxFrameLengthAsync

      public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxFrameLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxFrameLength)
      Description copied from interface: IIeeeBaseEthernetPortType
      Specified by:
      writeMaxFrameLengthAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxFrameLengthNode

      public BaseDataVariableTypeNode getMaxFrameLengthNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeBaseEthernetPortType
      Get the MaxFrameLength BaseDataVariableType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Specified by:
      getMaxFrameLengthNode in interface IIeeeBaseEthernetPortType
      Returns:
      the MaxFrameLength BaseDataVariableType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getMaxFrameLengthNodeAsync

      public CompletableFuture<? extends BaseDataVariableTypeNode> getMaxFrameLengthNodeAsync()
      Description copied from interface: IIeeeBaseEthernetPortType
      Specified by:
      getMaxFrameLengthNodeAsync in interface IIeeeBaseEthernetPortType
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.