Class PvDeviceInfoPleoraProtocol
Information about a Pleora Protocol device.
Implements
Inherited Members
Namespace: eBUSDotNet
Assembly: eBUSDotNet.dll
Syntax
public class PvDeviceInfoPleoraProtocol : PvDeviceInfo, IDisposable
Constructors
View SourcePvDeviceInfoPleoraProtocol()
Constructor.
Declaration
public PvDeviceInfoPleoraProtocol()
Properties
View SourceDefaultGateway
Gets the default gateway of the Pleora protocol device.
Declaration
public string DefaultGateway { get; }
Property Value
| Type | Description |
|---|---|
| string |
DeviceID
Gets the device identifier.
Declaration
public byte DeviceID { get; }
Property Value
| Type | Description |
|---|---|
| byte |
IPAddress
Gets the IP address of the Pleora protocol device.
Declaration
public string IPAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
MACAddress
Gets the MAC address of the Pleora protocol device.
Declaration
public string MACAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
ModuleID
Gets the module identifier.
Declaration
public byte ModuleID { get; }
Property Value
| Type | Description |
|---|---|
| byte |
SoftwareMajor
Gets the major software version.
Declaration
public byte SoftwareMajor { get; }
Property Value
| Type | Description |
|---|---|
| byte |
SoftwareMinor
Gets the minor software version.
Declaration
public byte SoftwareMinor { get; }
Property Value
| Type | Description |
|---|---|
| byte |
SubID
Gets the sub-identifier.
Declaration
public byte SubID { get; }
Property Value
| Type | Description |
|---|---|
| byte |
SubnetMask
Gets the subnet mask of the Pleora protocol device.
Declaration
public string SubnetMask { get; }
Property Value
| Type | Description |
|---|---|
| string |
VendorID
Gets the vendor identifier.
Declaration
public byte VendorID { get; }
Property Value
| Type | Description |
|---|---|
| byte |
Methods
View SourceAssign(PvDeviceInfoPleoraProtocol)
Equal operator: copies the object.
Declaration
public PvDeviceInfoPleoraProtocol Assign(PvDeviceInfoPleoraProtocol arg0)
Parameters
| Type | Name | Description |
|---|---|---|
| PvDeviceInfoPleoraProtocol | arg0 | The source for the copy. |
Returns
| Type | Description |
|---|---|
| PvDeviceInfoPleoraProtocol | Reference to the object aFrom was copied to. |
Dispose(bool)
Dispose
Declaration
protected override void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing |