BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

AddressSpaceDescriptor Constructor

Initializes a new instance of the AddressSpaceDescriptor class.

Namespace:  CAS.Lib.CommonBus
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public AddressSpaceDescriptor(
	string _Name,
	short _Identifier,
	long _StartAddress,
	long _EndAddress
)
Public Sub New ( _
	_Name As String, _
	_Identifier As Short, _
	_StartAddress As Long, _
	_EndAddress As Long _
)
public:
AddressSpaceDescriptor(
	String^ _Name, 
	short^ _Identifier, 
	long long^ _StartAddress, 
	long long^ _EndAddress
)

Parameters

_Name
Type: String
Name of the address space.
_Identifier
Type: Int16
The identifier.
_StartAddress
Type: Int64
The start address.
_EndAddress
Type: Int64
The end address.