| CIM_DMA | |||
| Personal computer architecture DMA. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AddressSize | UInt16 | An integer indicating the DMA channel address size in bits. Permissible values are 8, 16, 32 or 64 bits. If unknown, enter 0. | |
| Availability | UInt16 | The Availability property indicates the availability of the DMA. | |
| BurstMode | Boolean | Indicate whether the DMA channel supports burst mode | |
| ByteMode | UInt16 | Indicates whether DMA may execute in 'count by byte' mode (value=4) or not (value=3). Also, "Other" (1) and "Unknown" (2) may be defined. | |
| Caption | String | The Caption property is a short textual description (one-line string) of the object. | |
| ChannelTiming | UInt16 | DMA channel timing. For example, "Type A" (value =4) or "Type F" (6) could be specified. | |
| CreationClassName | String | CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified. | |
| CSCreationClassName | String | The scoping computer system's creation class name. | |
| CSName | String | The scoping computer system's name. | |
| Description | String | The Description property provides a textual description of the object. | |
| DMAChannel | UInt32 | A part of the object's key value, the DMA channel number. | |
| InstallDate | DateTime | The InstallDate property is datetime value indicating when the object was installed. A lack of a value does not indicate that the object is not installed. | |
| MaxTransferSize | UInt32 | The maximum number of bytes that can be transferred by this DMA channel. If unknown, enter 0. | |
| Name | String | The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. | |
| Status | String | The Status property is a string indicating the current status of the object. Various operational and non-operational statuses can be defined. Operational statuses are "OK", "Degraded" and "Pred Fail". "Pred Fail" indicates that an element may be functioning properly but predicting a failure in the near future. An example is a SMART-enabled hard drive. Non-operational statuses can also be specified. These are "Error", "Starting", "Stopping" and "Service". The latter, "Service", could apply during mirror-resilvering of a disk, reload of a user permissions list, or other administrative work. Not all such work is on-line, yet the managed element is neither "OK" nor in one of the other states. | |
| TransferWidths | UInt16 | An array indicating all the transfer widths (in bits) supported by this DMA Channel. Permissible values are 8, 16, 32, 64 or 128 bits. If unknown, enter 0. | |
| TypeCTiming | UInt16 | Indicates whether C type (burst) timing is supported (value=5) or not (value=4). Also, "Other" (1), "Unknown" (2) and "ISA Compatible" (3) are defined. | |
| WordMode | UInt16 | Indicates whether DMA may execute in 'count by word' mode (value=4) or not (value=3). Also, "Other" (1) and "Unknown" (2) may be defined. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_DMAChannel    {     AddressSize = 0;     Availability = 4;     ByteMode = 2;     Caption = "Channel 4";     ChannelTiming = 2;     CreationClassName = "Win32_DMAChannel";     CSCreationClassName = "Win32_ComputerSystem";     CSName = "SERVER01";     Description = "Channel 4";     DMAChannel = 4;     MaxTransferSize = 0;     Name = "Channel 4";     Status = "OK";     TransferWidths = {0};     TypeCTiming = 2;     WordMode = 2;    }; | |||