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..::..WriteIntPtr Method

Writes a processor native sized pointer value into UMessage.

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

Syntax


public virtual bool WriteIntPtr(
	IntPtr val
)
Public Overridable Function WriteIntPtr ( _
	val As IntPtr _
) As Boolean
public:
virtual bool^ WriteIntPtr(
	IntPtr^ val
)

Parameters

val
Type: IntPtr
The value to write.