IRegPort Interface

CVB.Net Documentation
Enables direct memory access on the device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface IRegPort : IDeviceInterface

The IRegPort type exposes the following members.

Properties

  NameDescription
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodRead(Int64)
Reads a four-byte integer from the device.
Public methodRead(Int64, Byte)
Reads memory into the given buffer.
Public methodRead(Int64, IntPtr, Int64)
Reads bufferLength bytes from the address into the memory at bufferPointer.
Public methodWrite(Int64, Byte)
Write the contents of buffer to the given address.
Public methodWrite(Int64, Int32)
Writes the value to address.
Public methodWrite(Int64, IntPtr, Int64)
Writes the contents of the buffer at bufferPointer to the given address.
Top
See Also

Reference