Exemplo n.º 1
0
 public void addHandler(string messageID, SWIGTYPE_p_ArFunctor1T_ArNMEAParser__Message_t handler)
 {
     AriaCSPINVOKE.ArNMEAParser_addHandler(swigCPtr, messageID, SWIGTYPE_p_ArFunctor1T_ArNMEAParser__Message_t.getCPtr(handler));
 }
Exemplo n.º 2
0
 public void replaceNMEAHandler(string message, SWIGTYPE_p_ArFunctor1T_ArNMEAParser__Message_t handler)
 {
     AriaCSPINVOKE.ArGPS_replaceNMEAHandler(swigCPtr, message, SWIGTYPE_p_ArFunctor1T_ArNMEAParser__Message_t.getCPtr(handler));
 }
Exemplo n.º 3
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ArFunctor1T_ArNMEAParser__Message_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }