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

IDeviceIndexed..::..GetAvailableProperties Method (UInt16, Boolean)

Returns all available properties for the specified item.

Namespace:  CAS.Lib.DeviceSimulator
Assembly:  CommServer.DeviceSimulator (in CommServer.DeviceSimulator.dll)

Syntax


ItemPropertyCollection GetAvailableProperties(
	ushort itemIdx,
	bool returnValues
)
Function GetAvailableProperties ( _
	itemIdx As UShort, _
	returnValues As Boolean _
) As ItemPropertyCollection
ItemPropertyCollection^ GetAvailableProperties(
	unsigned short^ itemIdx, 
	bool^ returnValues
)

Parameters

itemIdx
Type: UInt16
The item idx.
returnValues
Type: Boolean
if set to true function is returning values of the properties.

Return Value