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

ProtocolALMessage..::..SetBlockDescription Method (Int32, Int32, Int16, Int32)

Assigns description of the block of data to the message.

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

Syntax


public virtual void SetBlockDescription(
	int station,
	int address,
	short myDataType,
	int length
)
Public Overridable Sub SetBlockDescription ( _
	station As Integer, _
	address As Integer, _
	myDataType As Short, _
	length As Integer _
)
public:
virtual void SetBlockDescription(
	int^ station, 
	int^ address, 
	short^ myDataType, 
	int^ length
)

Parameters

station
Type: Int32
Address of the remote station.
address
Type: Int32
Data block starting address
myDataType
Type: Int16
Determines the remote unit address space (resource) the data block belongs to. It could also be used to define data type if it is determined by address space.
length
Type: Int32
The length of the data in bytes.