Class IPvRegisterInfo
Interface to access basic information about a #PvSoftDeviceGEV register.
Implements
Inherited Members
Namespace: eBUSDotNetEdge
Assembly: eBUSDotNetEdge.dll
Syntax
public class IPvRegisterInfo : IDisposable
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Properties
View SourceAddress
Register address.
Declaration
public virtual uint Address { get; }
Property Value
| Type | Description |
|---|---|
| uint |
IsArrayOfBytes
Indicates whether the register stores an array of bytes.
Declaration
public virtual bool IsArrayOfBytes { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsReadable
Indicates whether the register is readable.
Declaration
public virtual bool IsReadable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWritable
Indicates whether the register is writable.
Declaration
public virtual bool IsWritable { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Length
Register length in bytes.
Declaration
public virtual uint Length { get; }
Property Value
| Type | Description |
|---|---|
| uint |
Name
Register name.
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~IPvRegisterInfo()
Destructor.
Declaration
protected ~IPvRegisterInfo()
GetContext()
Returns the contextual pointer provided at register creation.
Declaration
public virtual SWIGTYPE_p_void GetContext()
Returns
| Type | Description |
|---|---|
| SWIGTYPE_p_void | Contextual pointer. |