Search Results for

    Show / Hide Table of Contents

    Enum DeviceAccess

    This enum controls how a stream to the controller is opened.

    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    [Flags]
    public enum DeviceAccess

    Fields

    Name Description
    None

    No access.

    Read

    Read access to stream.

    ReadWrite

    Read and write access to stream, same as Read | Write.

    Write

    Write access to stream.

    In This Article
    Back to top Copyright © 2024 ABB