Struct VBE.ControllerInfo
Controller info struct.
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: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public struct ControllerInfo
Fields
| Improve this Doc View Sourcecapabilities
Capabilities.
Declaration
public uint capabilities
Field Value
Type | Description |
---|---|
System.UInt32 |
oemProductNamePtr
OEM product name pointer.
Declaration
public uint oemProductNamePtr
Field Value
Type | Description |
---|---|
System.UInt32 |
oemProductRevPtr
OEM product revision pointer.
Declaration
public uint oemProductRevPtr
Field Value
Type | Description |
---|---|
System.UInt32 |
oemSoftwareRev
OEM software revision.
Declaration
public ushort oemSoftwareRev
Field Value
Type | Description |
---|---|
System.UInt16 |
oemStringPtr
OEM string pointer.
Declaration
public uint oemStringPtr
Field Value
Type | Description |
---|---|
System.UInt32 |
oemVendorNamePtr
OEM vendor name pointer.
Declaration
public uint oemVendorNamePtr
Field Value
Type | Description |
---|---|
System.UInt32 |
totalmemory
Total memory.
Declaration
public ushort totalmemory
Field Value
Type | Description |
---|---|
System.UInt16 |
vbeSignature
VBE signature.
Declaration
public uint vbeSignature
Field Value
Type | Description |
---|---|
System.UInt32 |
vbeVersion
VBE version.
Declaration
public ushort vbeVersion
Field Value
Type | Description |
---|---|
System.UInt16 |
videoModePtr
Video mode pointer.
Declaration
public uint videoModePtr
Field Value
Type | Description |
---|---|
System.UInt32 |