Class RTL8139
Inheritance
System.Object
RTL8139
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 RTL8139 : NetworkDevice
Constructors
|
Improve this Doc
View Source
RTL8139(PCIDevice)
Declaration
public RTL8139(PCIDevice device)
Parameters
Fields
|
Improve this Doc
View Source
capr
Declaration
Field Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
mac
Declaration
Field Value
|
Improve this Doc
View Source
mInitDone
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mRecvBuffer
Declaration
protected Queue<byte[]> mRecvBuffer
Field Value
Type |
Description |
System.Collections.Generic.Queue<System.Byte[]> |
|
|
Improve this Doc
View Source
mTransmitBuffer
Declaration
protected Queue<byte[]> mTransmitBuffer
Field Value
Type |
Description |
System.Collections.Generic.Queue<System.Byte[]> |
|
|
Improve this Doc
View Source
pciCard
Declaration
protected PCIDevice pciCard
Field Value
|
Improve this Doc
View Source
rxBuffer
Declaration
protected ManagedMemoryBlock rxBuffer
Field Value
|
Improve this Doc
View Source
rxBufferOffset
Declaration
protected int rxBufferOffset
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
CardType
Declaration
public override CardType CardType { get; }
Property Value
Overrides
|
Improve this Doc
View Source
CmdBufferEmpty
Declaration
protected bool CmdBufferEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Config1Register
Declaration
protected byte Config1Register { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
MACAddress
Declaration
public override MACAddress MACAddress { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
protected byte MediaStatusRegister { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Name
Declaration
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
RBStartRegister
Declaration
protected uint RBStartRegister { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
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
FindAll()
Declaration
public static List<RTL8139> FindAll()
Returns
Type |
Description |
System.Collections.Generic.List<RTL8139> |
|
|
Improve this Doc
View Source
HandleNetworkInterrupt(ref INTs.IRQContext)
Declaration
protected void HandleNetworkInterrupt(ref INTs.IRQContext aContext)
Parameters
|
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
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
SendBytes(ref Byte[])
Declaration
protected bool SendBytes(ref byte[] aData)
Parameters
Type |
Name |
Description |
System.Byte[] |
aData |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SoftwareReset()
Declaration
protected void SoftwareReset()