Class PvDevicePleoraProtocol
Class simply used to configure the IP address of a Pleora Protocol device.
Implements
Inherited Members
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public class PvDevicePleoraProtocol : IDisposable
Fields
View SourceswigCMemOwn
Determines who is responsible for deleting the underlying C++ object.
Declaration
protected bool swigCMemOwn
Field Value
| Type | Description |
|---|---|
| bool |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(bool)
Dispose
Declaration
protected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |
~PvDevicePleoraProtocol()
Destructor.
Declaration
protected ~PvDevicePleoraProtocol()
SetIPConfiguration(string, string)
Sets the Pleora Protocol device's IP address.
Declaration
public static PvResult SetIPConfiguration(string aMACAddress, string aIP)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aMACAddress | The Pleora Protocol device's MAC address. |
| string | aIP | The Pleora Protocol device's new IP address. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
SetIPConfiguration(string, string, string)
Sets the Pleora Protocol device's IP address.
Declaration
public static PvResult SetIPConfiguration(string aMACAddress, string aIP, string aSubnetMask)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aMACAddress | The Pleora Protocol device's MAC address. |
| string | aIP | The Pleora Protocol device's new IP address. |
| string | aSubnetMask | The Pleora Protocol device's new subnet mask. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|
SetIPConfiguration(string, string, string, string)
Sets the Pleora Protocol device's IP address.
Declaration
public static PvResult SetIPConfiguration(string aMACAddress, string aIP, string aSubnetMask, string aGateway)
Parameters
| Type | Name | Description |
|---|---|---|
| string | aMACAddress | The Pleora Protocol device's MAC address. |
| string | aIP | The Pleora Protocol device's new IP address. |
| string | aSubnetMask | The Pleora Protocol device's new subnet mask. |
| string | aGateway | The Pleora Protocol device's new gateway. |
Returns
| Type | Description |
|---|---|
| PvResult | Includes:
|