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

public class IIeeeTsnVlanTagTypeNode extends BaseInterfaceTypeNode implements IIeeeTsnVlanTagType
  • Constructor Details

    • IIeeeTsnVlanTagTypeNode

      public IIeeeTsnVlanTagTypeNode(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

    • getVlanId

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

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

      Specified by:
      getVlanId in interface IIeeeTsnVlanTagType
      Returns:
      the local value of the VlanId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the VlanId Node.
    • setVlanId

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

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

      Specified by:
      setVlanId in interface IIeeeTsnVlanTagType
      Parameters:
      value - the local value to set for the VlanId Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the VlanId Node.
    • readVlanId

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

      public void writeVlanId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeTsnVlanTagType
      Write a new value for the VlanId Node to the server and update the local value if the operation succeeds.
      Specified by:
      writeVlanId in interface IIeeeTsnVlanTagType
      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.
    • readVlanIdAsync

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

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

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

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

      Specified by:
      getVlanIdNode in interface IIeeeTsnVlanTagType
      Returns:
      the VlanId 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.
    • getVlanIdNodeAsync

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

      public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPriorityCodePoint() throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeTsnVlanTagType
      Get the local value of the PriorityCodePoint Node.

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

      Specified by:
      getPriorityCodePoint in interface IIeeeTsnVlanTagType
      Returns:
      the local value of the PriorityCodePoint Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityCodePoint Node.
    • setPriorityCodePoint

      public void setPriorityCodePoint(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException
      Description copied from interface: IIeeeTsnVlanTagType
      Set the local value of the PriorityCodePoint Node.

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

      Specified by:
      setPriorityCodePoint in interface IIeeeTsnVlanTagType
      Parameters:
      value - the local value to set for the PriorityCodePoint Node.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the PriorityCodePoint Node.
    • readPriorityCodePoint

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

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

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

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

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

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

      Specified by:
      getPriorityCodePointNode in interface IIeeeTsnVlanTagType
      Returns:
      the PriorityCodePoint 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.
    • getPriorityCodePointNodeAsync

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