Ejemplo n.º 1
0
func Elevator_set_stop_lamp(value bool) {
	val := 0
	if value {
		val = 1
	}
	C.elev_set_stop_lamp(C.int(val))
}
Ejemplo n.º 2
0
func Elev_set_stop_lamp(value int) {
	C.elev_set_stop_lamp(C.int(value))
}
Ejemplo n.º 3
0
func NetworkConnected(value int) {
	C.elev_set_stop_lamp(C.int(value))
}
Ejemplo n.º 4
0
func SetStopLamp(value int) {
	C.elev_set_stop_lamp(C.int(value))
}