public class SendDataObject
extends com.supermap.data.InternalHandleDisposable
构造器和说明 |
---|
SendDataObject(CommunicationRequestType type)
初始化 - 1
|
SendDataObject(long lHandle,
CommunicationRequestType type)
初始化
|
限定符和类型 | 方法和说明 |
---|---|
void |
dispose()
删除数据指针
|
long |
getlDataHandle()
获取信号数据指针
|
CommunicationRequestType |
getType()
获取请求信号类型
|
void |
setlDataHandle(long mDataHandle)
设置信号指针
|
void |
setType(CommunicationRequestType eRequestType)
设置请求信号类型
|
public SendDataObject(long lHandle, CommunicationRequestType type)
public SendDataObject(CommunicationRequestType type)
public long getlDataHandle()
public void setlDataHandle(long mDataHandle)
mDataHandle
- 获取信号指针public CommunicationRequestType getType()
public void setType(CommunicationRequestType eRequestType)
eRequestType
- 请求信号类型public void dispose()
Copyright © 2021–2024 SuperMap. All rights reserved.