阅读:1170回复:2
NdisRequest的问题
请问:NdisRequest的作用是什么?如何解释下面的描述:
NdisRequest forwards a request to the underlying driver that it query the capabilities or status of its NIC or that it set the state of its NIC. 在packet例子中,只有执行了 NdisRequest( &status, open->AdapterHandle, &pRequest->Request ); 后,在来到数据之后才能进入PacketReceivePacket函数, 请问这是问什么? 谢谢。 |
|
|
沙发#
发布于:2004-04-09 09:31
明白
|
|
|
板凳#
发布于:2004-04-09 09:03
ndisrequest函数查询网卡状态信息,比如网卡支持的帧长,网卡的地址,网卡的连接状态等信息,比如如果查询发现没有网卡连接,协议层不会发送数据
|
|
|