Struct nvmlEventData
Information about occurred event
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 nvmlEventData
Fields
| Improve this Doc View Sourcedevice
Specific device where the event occurred
Declaration
public nvmlDevice device
Field Value
Type | Description |
---|---|
nvmlDevice |
eventData
Stores last XID error for the device in the event of nvmlEventTypeXidCriticalError, eventData is 0 for any other event. eventData is set as 999 for unknown xid error.
Declaration
public ulong eventData
Field Value
Type | Description |
---|---|
System.UInt64 |
eventType
Information about what specific event occurred
Declaration
public ulong eventType
Field Value
Type | Description |
---|---|
System.UInt64 |