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

StartEndPair Constructor

Initializes a new instance of the StartEndPair struct.

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

Syntax


public StartEndPair(
	long _StartAddress,
	long _EndAddress
)
Public Sub New ( _
	_StartAddress As Long, _
	_EndAddress As Long _
)
public:
StartEndPair(
	long long^ _StartAddress, 
	long long^ _EndAddress
)

Parameters

_StartAddress
Type: Int64
The start address.
_EndAddress
Type: Int64
The end address.