CEDDK Dynamic-Link Library I/O Functions (Windows Embedded CE 6.0)
1/6/2010
The following table shows the CEDDK.dll I/O functions.
Function | Description |
---|---|
This function reads a number of bytes from the specified port I/O address into a buffer. |
|
This function reads a number of ULONG values from the specified port address into a buffer. |
|
This function reads a number of USHORT values from the specified port address into a buffer. |
|
This function reads a byte from the specified port address. |
|
This function reads a ULONG value from the specified port address. |
|
This function reads a USHORT value from the specified port address. |
|
This function reads a number of bytes from the specified register memory address into a buffer. |
|
This function reads a number of ULONG values from the specified register address into a buffer. |
|
This function reads a number of USHORT values from the specified register address into a buffer. |
|
This function reads a byte from the specified register address. |
|
This function reads a ULONG value from the specified register address. |
|
This function reads a USHORT value from the specified register address. |
|
This function writes a number of bytes from a buffer to the specified port. |
|
This function writes a number of ULONG values from a buffer to the specified port address. |
|
This function writes a number of USHORT values from a buffer to the specified port address. |
|
This function writes a byte to the specified port address. |
|
This function writes a ULONG value to the specified port address. |
|
This function writes a USHORT value to the specified port address. |
|
This function writes a number of bytes from a buffer to the specified register. |
|
This function writes a number of ULONG values from a buffer to the specified register. |
|
This function writes a number of USHORT values from a buffer to the specified register. |
|
This function writes a byte to the specified address. |
|
This function writes a ULONG value to the specified address. |
|
This function writes a USHORT value to the specified address. |