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

Writes a byte value into UMessage.

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

Syntax


public virtual bool WriteByte(
	byte val
)
Public Overridable Function WriteByte ( _
	val As Byte _
) As Boolean
public:
virtual bool^ WriteByte(
	unsigned char^ val
)

Parameters

val
Type: Byte
The value to write.

Return Value

true if success