Struct nvmlUnitInfo
Static S-class unit info.
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 nvmlUnitInfo
Fields
| Improve this Doc View SourcefirmwareVersion
Firmware version
Declaration
public string firmwareVersion
Field Value
Type | Description |
---|---|
System.String |
id
Product identifier
Declaration
public string id
Field Value
Type | Description |
---|---|
System.String |
name
Product name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
serial
Product serial number
Declaration
public string serial
Field Value
Type | Description |
---|---|
System.String |