NdisRawWritePortUchar (Windows CE 5.0)
This function writes a byte to an I/O port on the NIC.
VOID NdisRawWritePortUchar(ULONG Port,UCHAR Data);
Parameters
- Port
[in] Specifies the I/O port. This address falls in a range that was mapped during initialization with the NdisMRegisterIoPortRange function. - Data
[in] Specifies the byte to be written.
Return Values
None.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
See Also
NdisMRegisterIoPortRange | NdisRawReadPortUchar | NdisRawWritePortBufferUchar | NdisRawWritePortUlong | NdisRawWritePortUshort
Send Feedback on this topic to the authors