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
| ControlUnitEndpointInfo()Represents control unit access point (endpoint) to the control unit to connect it physically. | 
| var id: Long? | |
| 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}. | 
| fun Info.toJson(): String |