Keysight VISA.NET Help
IMemoryMap Interface Members
Properties  Methods 

The following tables list the members exposed by IMemoryMap.

Public Properties
 NameDescription
 PropertyAddressSpace The address space that is currently mapped to this session.  
 PropertyBaseAddressThe starting address of the memory AddressSpace that is currently mapped to this session.  
 PropertySizeThe size of the memory AddressSpace that is currently mapped to this session, starting at the BaseAddress  
 PropertyVirtualAddress Returns IntPtr.Zero if the window is only accessible through the operations provided on this interface. A return value other than IntPtr.Zero indicates you can dereference the mapped address as a pointer.  
Top
Public Methods
 NameDescription
 MethodDispose (Inherited from System.IDisposable)
 MethodPeek16Read a 16-bit integer from offset.  
 MethodPeek32Read a 32-bit integer from offset.  
 MethodPeek64Read a 64-bit integer from offset.  
 MethodPeek8Read a byte from offset.  
 MethodPoke16Write a 16-bit integer value to offset.  
 MethodPoke32Write a 32-bit integer value to offset.  
 MethodPoke64Write a 64-bit integer value to offset.  
 MethodPoke8Write a byte value to offset.  
Top
See Also

Reference

IMemoryMap Interface
Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025