Share via


Ceddk.dll I/O Functions (Compact 2013)

3/26/2014

The following table shows the Ceddk.dll I/O functions.

Function

Description

READ_PORT_BUFFER_UCHAR

This function reads a number of bytes from the specified port I/O address into a buffer.

READ_PORT_BUFFER_ULONG

This function reads a number of ULONG values from the specified port address into a buffer.

READ_PORT_BUFFER_USHORT

This function reads a number of USHORT values from the specified port address into a buffer.

READ_PORT_UCHAR

This function reads a byte from the specified port address.

READ_PORT_ULONG

This function reads a ULONG value from the specified port address.

READ_PORT_USHORT

This function reads a USHORT value from the specified port address.

READ_REGISTER_BUFFER_UCHAR

This function reads a number of bytes from the specified register memory address into a buffer.

READ_REGISTER_BUFFER_ULONG

This function reads a number of ULONG values from the specified register address into a buffer.

READ_REGISTER_BUFFER_USHORT

This function reads a number of USHORT values from the specified register address into a buffer.

READ_REGISTER_UCHAR

This function reads a byte from the specified register address.

READ_REGISTER_ULONG

This function reads a ULONG value from the specified register address.

READ_REGISTER_USHORT

This function reads a USHORT value from the specified register address.

WRITE_PORT_BUFFER_UCHAR

This function writes a number of bytes from a buffer to the specified port.

WRITE_PORT_BUFFER_ULONG

This function writes a number of ULONG values from a buffer to the specified port address.

WRITE_PORT_BUFFER_USHORT

This function writes a number of USHORT values from a buffer to the specified port address.

WRITE_PORT_UCHAR

This function writes a byte to the specified port address.

WRITE_PORT_ULONG

This function writes a ULONG value to the specified port address.

WRITE_PORT_USHORT

This function writes a USHORT value to the specified port address.

WRITE_REGISTER_BUFFER_UCHAR

This function writes a number of bytes from a buffer to the specified register.

WRITE_REGISTER_BUFFER_ULONG

This function writes a number of ULONG values from a buffer to the specified register.

WRITE_REGISTER_BUFFER_USHORT

This function writes a number of USHORT values from a buffer to the specified register.

WRITE_REGISTER_UCHAR

This function writes a byte to the specified address.

WRITE_REGISTER_ULONG

This function writes a ULONG value to the specified address.

WRITE_REGISTER_USHORT

This function writes a USHORT value to the specified address.

See Also

Reference

Ceddk.dll I/O Reference