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

indexer allows random access to umanaged buffor

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

Syntax


public virtual byte this[
	int index
] { get; set; }
Public Overridable Default Property Item ( _
	index As Integer _
) As Byte
	Get
	Set
public:
virtual property unsigned char^ default[int^ index] {
	unsigned char^ get (int^ index);
	void set (int^ index, unsigned char^ value);
}

Parameters

index
Type: Int32