Click or drag to resize

IOBERONServiceGen2Common_Devices_List Method

EXALOGIC
Vráti zoznam zariadení definovaných v systéme OBERON (ponuka Servis, položka Zariadenia). V parametri je možné určiť typ (druh) zariadenia, napr. fiškálne eKasa zariadenia (Pokladnica OBERON).

Namespace: Exa.OBERON.ServicesGen2
Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax
ResultValue<List<Device>> Common_Devices_List(
	DeviceListArg deviceListArg
)

Parameters

deviceListArg  DeviceListArg
 

Return Value

ResultValueListDevice
Vráti pole tried Device.
Example
Url: http://address:port/v1/common/device/list
See Also