Show / Hide Table of Contents

    Struct nvmlLedState

    LED states for an S-class unit.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public struct nvmlLedState

    Fields

    | Improve this Doc View Source

    cause

    If amber, a text description of the cause

    Declaration
    public string cause
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    color

    GREEN or AMBER

    Declaration
    public nvmlLedColor color
    Field Value
    Type Description
    nvmlLedColor
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX