com.supermap.mobjects.situationmonitor
类 SendDataObject
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.mobjects.situationmonitor.SendDataObject
-
- 所有已实现的接口:
- IDisposable
- 直接已知子类:
- SendDataDWSQ, SendDataGLXX, SendDataICJC, SendDataQQSC, SendDataTXSQ
public class SendDataObject extends com.supermap.data.InternalHandleDisposable
通讯发送数据类 (基类)
-
-
构造器概要
构造器 构造器和说明 SendDataObject(CommunicationRequestType type)
初始化 - 1SendDataObject(long lHandle, CommunicationRequestType type)
初始化
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 void
dispose()
删除数据指针long
getlDataHandle()
获取信号数据指针CommunicationRequestType
getType()
获取请求信号类型void
setlDataHandle(long mDataHandle)
设置信号指针void
setType(CommunicationRequestType eRequestType)
设置请求信号类型
-
-
-
构造器详细资料
-
SendDataObject
public SendDataObject(long lHandle, CommunicationRequestType type)
初始化
-
SendDataObject
public SendDataObject(CommunicationRequestType type)
初始化 - 1
-
-
方法详细资料
-
getlDataHandle
public long getlDataHandle()
获取信号数据指针- 返回:
- 返回信号指针
-
setlDataHandle
public void setlDataHandle(long mDataHandle)
设置信号指针- 参数:
mDataHandle
- 获取信号指针
-
getType
public CommunicationRequestType getType()
获取请求信号类型- 返回:
- 返回请求信号类型
-
setType
public void setType(CommunicationRequestType eRequestType)
设置请求信号类型- 参数:
eRequestType
- 请求信号类型
-
dispose
public void dispose()
删除数据指针
-
-
Copyright © 2021–2024 SuperMap. All rights reserved.