IRegPort Methods

CVB.Net Documentation
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