Пример #1
0
 /// <summary>
 /// Get PCIe Info Request.  Index 1 based.
 /// </summary>
 internal GetPCIeInfoRequest(PCIeSlot slot)
 {
     this._pcie = (byte)(slot);
 }
Пример #2
0
 /// <summary>
 /// Get PCIe Info Request.  Index 1 based.
 /// </summary>
 internal GetPCIeInfoRequest(PCIeSlot slot)
 { this._pcie = (byte)(slot); }