RTC_deleteInPort — Delete InPort from RT-component
ret=RTC_deleteInPort(rtc, port)
Handle value of RT-component. Negative value if fail.
Handle value of DataInPort. Nevative value if fail.
Return value. Nevative value if fail.
initRTM("Scilab"); rtc = RTC_create(); port = RTC_registerInPort(rtc, "TimedDouble", "in0"); ... ret = RTC_deleteInPort(rtc, port);