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

UMessage..::..CopyToBuffor Method

Copies data from unmanaged memory pointer to UMessage starting at offset 0. After copping offset point on next free byte in UMesasage.

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

Syntax


public void CopyToBuffor(
	IntPtr source,
	uint length
)
Public Sub CopyToBuffor ( _
	source As IntPtr, _
	length As UInteger _
)
public:
void CopyToBuffor(
	IntPtr^ source, 
	unsigned int^ length
)

Parameters

source
Type: IntPtr
The memory pointer to copy from.
length
Type: UInt32
The number of bytes to copy.