Beispiel #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(HandSupine obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public HandSupineMessage(HandSupine supine)
     : this(supine.Side, (MessageType)Enum.Parse(typeof(MessageType), supine.Side.ToString() + "HandSupine"))
 {
 }