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