Interface IIeeeBaseEthernetPortType

All Superinterfaces:
BaseInterfaceType, BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
IIeeeBaseEthernetPortTypeNode

public interface IIeeeBaseEthernetPortType extends BaseInterfaceType
See Also:
  • Method Details

    • getSpeed

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong getSpeed() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the Speed Node.

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

      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

      void setSpeed(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the Speed Node.

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

      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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong readSpeed() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the Speed Node from the server and update the local value if the operation succeeds.
      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

      void writeSpeed(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the Speed Node to the server and update the local value if the operation succeeds.
      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

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

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSpeedAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.ULong value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getSpeedNode

      AnalogUnitType getSpeedNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the Speed AnalogUnitType Node, or null if it does not exist.

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

      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

      CompletableFuture<? extends AnalogUnitType> getSpeedNodeAsync()
      Asynchronous implementation of getSpeedNode().
      Returns:
      a CompletableFuture that completes successfully with the AnalogUnitType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getDuplex

      org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex getDuplex() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the Duplex Node.

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

      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

      void setDuplex(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the Duplex Node.

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

      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

      org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex readDuplex() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the Duplex Node from the server and update the local value if the operation succeeds.
      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

      void writeDuplex(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the Duplex Node to the server and update the local value if the operation succeeds.
      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

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

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDuplexAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.Duplex value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getDuplexNode

      BaseDataVariableType getDuplexNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the Duplex BaseDataVariableType Node, or null if it does not exist.

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

      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

      CompletableFuture<? extends BaseDataVariableType> getDuplexNodeAsync()
      Asynchronous implementation of getDuplexNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getMaxFrameLength

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getMaxFrameLength() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the local value of the MaxFrameLength Node.

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

      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

      void setMaxFrameLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException
      Set the local value of the MaxFrameLength Node.

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

      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

      org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readMaxFrameLength() throws org.eclipse.milo.opcua.stack.core.UaException
      Read the value of the MaxFrameLength Node from the server and update the local value if the operation succeeds.
      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

      void writeMaxFrameLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException
      Write a new value for the MaxFrameLength Node to the server and update the local value if the operation succeeds.
      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

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

      CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxFrameLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value)
      Returns:
      a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
    • getMaxFrameLengthNode

      BaseDataVariableType getMaxFrameLengthNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the MaxFrameLength BaseDataVariableType Node, or null if it does not exist.

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

      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

      CompletableFuture<? extends BaseDataVariableType> getMaxFrameLengthNodeAsync()
      Asynchronous implementation of getMaxFrameLengthNode().
      Returns:
      a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.