![]() | LEGO Mindstorms EV3 |
// subcall Read3PEv3UartInputDevice // void Read3PEv3UartInputDevice(Value,hName,Layer,Port) { // IO_F Value // IO_16 hName // IO_8 Layer // IO_8 Port // // { INPUT_DEVICE(READY_SI,Layer,Port,0,0,1,Value) // INPUT_DEVICE(READY_SI,Layer,Port,Type,Mode,DataSets,Value) INPUT_DEVICE(GET_NAME,Layer,Port,-1,@hName) // INPUT_DEVICE(GET_NAME,Layer,Port,Length,@hName) } // } //