83 lines
2.4 KiB
C#
83 lines
2.4 KiB
C#
|
//------------------------------------------------------------------------------
|
||
|
// <auto-generated />
|
||
|
//
|
||
|
// This file was automatically generated by SWIG (https://www.swig.org).
|
||
|
// Version 4.1.1
|
||
|
//
|
||
|
// Do not make changes to this file unless you know what you are doing - modify
|
||
|
// the SWIG interface file instead.
|
||
|
//------------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
public class JieQiInfo : global::System.IDisposable {
|
||
|
private global::System.Runtime.InteropServices.HandleRef swigCPtr;
|
||
|
protected bool swigCMemOwn;
|
||
|
|
||
|
internal JieQiInfo(global::System.IntPtr cPtr, bool cMemoryOwn) {
|
||
|
swigCMemOwn = cMemoryOwn;
|
||
|
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
|
||
|
}
|
||
|
|
||
|
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(JieQiInfo obj) {
|
||
|
return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
|
||
|
}
|
||
|
|
||
|
internal static global::System.Runtime.InteropServices.HandleRef swigRelease(JieQiInfo obj) {
|
||
|
if (obj != null) {
|
||
|
if (!obj.swigCMemOwn)
|
||
|
throw new global::System.ApplicationException("Cannot release ownership as memory is not owned");
|
||
|
global::System.Runtime.InteropServices.HandleRef ptr = obj.swigCPtr;
|
||
|
obj.swigCMemOwn = false;
|
||
|
obj.Dispose();
|
||
|
return ptr;
|
||
|
} else {
|
||
|
return new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
~JieQiInfo() {
|
||
|
Dispose(false);
|
||
|
}
|
||
|
|
||
|
public void Dispose() {
|
||
|
Dispose(true);
|
||
|
global::System.GC.SuppressFinalize(this);
|
||
|
}
|
||
|
|
||
|
protected virtual void Dispose(bool disposing) {
|
||
|
lock(this) {
|
||
|
if (swigCPtr.Handle != global::System.IntPtr.Zero) {
|
||
|
if (swigCMemOwn) {
|
||
|
swigCMemOwn = false;
|
||
|
sxtwlPINVOKE.delete_JieQiInfo(swigCPtr);
|
||
|
}
|
||
|
swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public double jd {
|
||
|
set {
|
||
|
sxtwlPINVOKE.JieQiInfo_jd_set(swigCPtr, value);
|
||
|
}
|
||
|
get {
|
||
|
double ret = sxtwlPINVOKE.JieQiInfo_jd_get(swigCPtr);
|
||
|
return ret;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public byte jqIndex {
|
||
|
set {
|
||
|
sxtwlPINVOKE.JieQiInfo_jqIndex_set(swigCPtr, value);
|
||
|
}
|
||
|
get {
|
||
|
byte ret = sxtwlPINVOKE.JieQiInfo_jqIndex_get(swigCPtr);
|
||
|
return ret;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public JieQiInfo() : this(sxtwlPINVOKE.new_JieQiInfo(), true) {
|
||
|
}
|
||
|
|
||
|
}
|