Ejemplo n.º 1
0
 private static extern Result_t RTC_deletePort(RTC_t rtc, Port_t port);
Ejemplo n.º 2
0
 private static extern Result_t RTC_addOutPort(RTC_t rtc, string name, Port_t port);
Ejemplo n.º 3
0
 protected static extern Result_t InPort_read(Port_t p, out Int32 result);
Ejemplo n.º 4
0
 public PortBase(string name, Int32 port)
 {
     _name = name;
     _port = port;
 }
Ejemplo n.º 5
0
 protected static extern Result_t OutPort_write(Port_t p);