Click or drag to resize

IOperationServiceTryGetTerminalAddress Method

Returns address of the specified terminal or null if the terminal is not available. The address can be IPv4/IPv6/Domain name/Netbios name.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
string TryGetTerminalAddress(
	ITerminal terminal
)

Parameters

terminal
Type: Resto.Front.Api.Data.OrganizationITerminal
Terminal to get its address.

Return Value

Type: String
See Also