apidocs / com.srv4pos.server.api.posplus / ControlUnitEndpointInfo

ControlUnitEndpointInfo

class ControlUnitEndpointInfo : Info

Represents control unit access point (endpoint) to the control unit to connect it physically.

User: Kirill, Date: 22.02.14 11:32

Constructors

<init>

ControlUnitEndpointInfo()

Represents control unit access point (endpoint) to the control unit to connect it physically.

Properties

id

var id: Long?

identifier

var identifier: String?

This field uniqly identifies physical connection to which control unit is connected. Only the format (not for simulation, but for real life) allowed at the moment is file://{filename}.

Extension Functions

toJson

fun Info.toJson(): String