func Elevator_set_stop_lamp(value bool) { val := 0 if value { val = 1 } C.elev_set_stop_lamp(C.int(val)) }
func Elev_set_stop_lamp(value int) { C.elev_set_stop_lamp(C.int(value)) }
func NetworkConnected(value int) { C.elev_set_stop_lamp(C.int(value)) }
func SetStopLamp(value int) { C.elev_set_stop_lamp(C.int(value)) }