IPort

interface Itala.GenApi.IPort : Itala.GenApi.IValue

Interface for port nodes managed by GenApi.

Subclassed by Itala.GenApi.NodePort

Public Functions

void Write (IntPtr buffer, Int64 address, Int64 length)

Writes a chunk of bytes to the port.

Param buffer:

Buffer containing the data to write to the port.

Param address:

The starting address within the port to write to.

Param length:

The number of bytes to write from the buffer.

void Read (IntPtr buffer, Int64 address, Int64 length)

Reads a chunk of bytes from the port.

Param buffer:

Buffer to store the data read from the port.

Param address:

The starting address within the port to read from.

Param length:

The number of bytes to read into the buffer.