⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 playerxdr_function_t.java

📁 机器人仿真软件
💻 JAVA
字号:
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.24 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */package net.sourceforge.playerstage.Jplayertcp;public class playerxdr_function_t {  private long swigCPtr;  protected boolean swigCMemOwn;  protected playerxdr_function_t(long cPtr, boolean cMemoryOwn) {    swigCMemOwn = cMemoryOwn;    swigCPtr = cPtr;  }  protected static long getCPtr(playerxdr_function_t obj) {    return (obj == null) ? 0 : obj.swigCPtr;  }  protected void finalize() {    delete();  }  public void delete() {    if(swigCPtr != 0 && swigCMemOwn) {      swigCMemOwn = false;      playertcp_javaJNI.delete_playerxdr_function_t(swigCPtr);    }    swigCPtr = 0;  }  public void setInterf(SWIGTYPE_p_uint16_t interf) {    playertcp_javaJNI.set_playerxdr_function_t_interf(swigCPtr, SWIGTYPE_p_uint16_t.getCPtr(interf));  }  public SWIGTYPE_p_uint16_t getInterf() {    return new SWIGTYPE_p_uint16_t(playertcp_javaJNI.get_playerxdr_function_t_interf(swigCPtr), true);  }  public void setType(SWIGTYPE_p_uint8_t type) {    playertcp_javaJNI.set_playerxdr_function_t_type(swigCPtr, SWIGTYPE_p_uint8_t.getCPtr(type));  }  public SWIGTYPE_p_uint8_t getType() {    return new SWIGTYPE_p_uint8_t(playertcp_javaJNI.get_playerxdr_function_t_type(swigCPtr), true);  }  public void setSubtype(SWIGTYPE_p_uint8_t subtype) {    playertcp_javaJNI.set_playerxdr_function_t_subtype(swigCPtr, SWIGTYPE_p_uint8_t.getCPtr(subtype));  }  public SWIGTYPE_p_uint8_t getSubtype() {    return new SWIGTYPE_p_uint8_t(playertcp_javaJNI.get_playerxdr_function_t_subtype(swigCPtr), true);  }  public void setFunc(SWIGTYPE_p_f_p_void_size_t_p_void_int__int func) {    playertcp_javaJNI.set_playerxdr_function_t_func(swigCPtr, SWIGTYPE_p_f_p_void_size_t_p_void_int__int.getCPtr(func));  }  public SWIGTYPE_p_f_p_void_size_t_p_void_int__int getFunc() {    long cPtr = playertcp_javaJNI.get_playerxdr_function_t_func(swigCPtr);    return (cPtr == 0) ? null : new SWIGTYPE_p_f_p_void_size_t_p_void_int__int(cPtr, false);  }  public playerxdr_function_t() {    this(playertcp_javaJNI.new_playerxdr_function_t(), true);  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -