Ejemplo n.º 1
0
func Elev_get_obstruction_signal() int {
	return int(C.elev_get_obstruction_signal())
}
Ejemplo n.º 2
0
func Elevator_get_obstruction_signal() bool {
	return (int(C.elev_get_obstruction_signal()) != 0)
}