Class E1000
Inheritance
System.Object
E1000
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.HAL2.dll
Syntax
public class E1000 : NetworkDevice
Constructors
|
Improve this Doc
View Source
E1000(PCIDevice)
Declaration
public E1000(PCIDevice device)
Parameters
Fields
|
Improve this Doc
View Source
RXCurr
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TXCurr
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Properties
|
Improve this Doc
View Source
CardType
Declaration
public override CardType CardType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
MACAddress
Declaration
public override MACAddress MACAddress { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
Ready
Declaration
public override bool Ready { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
|
Improve this Doc
View Source
BytesAvailable()
Declaration
public override int BytesAvailable()
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Enable()
Declaration
public override bool Enable()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsReceiveBufferFull()
Declaration
public override bool IsReceiveBufferFull()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
IsSendBufferFull()
Declaration
public override bool IsSendBufferFull()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
QueueBytes(Byte[], Int32, Int32)
Declaration
public override bool QueueBytes(byte[] buffer, int offset, int length)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
ReadRegister(UInt16)
Declaration
public uint ReadRegister(ushort reg)
Parameters
Type |
Name |
Description |
System.UInt16 |
reg |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
ReadROM(UInt32)
Declaration
public ushort ReadROM(uint Addr)
Parameters
Type |
Name |
Description |
System.UInt32 |
Addr |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ReceiveBytes(Byte[], Int32, Int32)
Declaration
public override bool ReceiveBytes(byte[] buffer, int offset, int max)
Parameters
Type |
Name |
Description |
System.Byte[] |
buffer |
|
System.Int32 |
offset |
|
System.Int32 |
max |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
ReceivePacket()
Declaration
public override byte[] ReceivePacket()
Returns
Type |
Description |
System.Byte[] |
|
Overrides
|
Improve this Doc
View Source
WriteRegister(UInt16, UInt32)
Declaration
public void WriteRegister(ushort reg, uint val)
Parameters
Type |
Name |
Description |
System.UInt16 |
reg |
|
System.UInt32 |
val |
|