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

ICommunicationLayer..::..FrameEndSignal Method

Transmits the data contained in the frame.

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

Syntax


TFrameEndSignalRes FrameEndSignal(
	UMessage frame
)
Function FrameEndSignal ( _
	frame As UMessage _
) As TFrameEndSignalRes
TFrameEndSignalRes^ FrameEndSignal(
	UMessage^ frame
)

Parameters

frame
Type: CAS.Lib.CommonBus.CommunicationLayer..::..UMessage
Frame with the data to be transmitted.

Return Value

Success: Operation accomplished successfully DisInd: Disconnect indication – connection has been shut down remotely or lost because of communication error. Data is unavailable