IOBERONServiceGen2Common_Devices_List Method |  |
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.ServicesGen2Assembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
SyntaxResultValue<List<Device>> Common_Devices_List(
DeviceListArg deviceListArg
)
Function Common_Devices_List (
deviceListArg As DeviceListArg
) As ResultValue(Of List(Of Device))
Dim instance As IOBERONServiceGen2
Dim deviceListArg As DeviceListArg
Dim returnValue As ResultValue(Of List(Of Device))
returnValue = instance.Common_Devices_List(deviceListArg)
Parameters
- deviceListArg DeviceListArg
-
Return Value
ResultValueListDeviceVráti pole tried
Device.
ExampleUrl: http://address:port/v1/common/device/list
See Also