IOBERONCashRegisterServiceShowKitchenDisplay Method |  |
Zobrazí úvodnú obrazovku webovej aplikácie Systém kuchynských monitorov.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
SyntaxStream ShowKitchenDisplay(
string route
)
Function ShowKitchenDisplay (
route As String
) As Stream
Dim instance As IOBERONCashRegisterService
Dim route As String
Dim returnValue As Stream
returnValue = instance.ShowKitchenDisplay(route)
Parameters
- route String
-
Return Value
Stream
ExampleUrl: http://address:port/display/{route}
See Also