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..::..offset Property

Gets and sets offset to current byte

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

Syntax


public virtual ushort offset { get; set; }
Public Overridable Property offset As UShort
	Get
	Set
public:
virtual property unsigned short^ offset {
	unsigned short^ get ();
	void set (unsigned short^ value);
}