Пример #1
0
func Elevator_set_stop_lamp(value bool) {
	val := 0
	if value {
		val = 1
	}
	C.elev_set_stop_lamp(C.int(val))
}
Пример #2
0
func Elev_set_stop_lamp(value int) {
	C.elev_set_stop_lamp(C.int(value))
}
Пример #3
0
func NetworkConnected(value int) {
	C.elev_set_stop_lamp(C.int(value))
}
Пример #4
0
func SetStopLamp(value int) {
	C.elev_set_stop_lamp(C.int(value))
}