 | ServerDataManagerGetDevicePopupCalls 方法 |
获取指定设备的弹屏通话数据。
命名空间: Ipxchina.Sdk.Cti程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public AllStatusDataAllStatusDevicePopupScreenCallData[] GetDevicePopupCalls(
string deviceNo
)
Public Function GetDevicePopupCalls (
deviceNo As String
) As AllStatusDataAllStatusDevicePopupScreenCallData()
public:
array<AllStatusDataAllStatusDevicePopupScreenCallData^>^ GetDevicePopupCalls(
String^ deviceNo
)
member GetDevicePopupCalls :
deviceNo : string -> AllStatusDataAllStatusDevicePopupScreenCallData[] 参数
- deviceNo String
- 设备号
返回值
AllStatusDataAllStatusDevicePopupScreenCallData设备的弹屏通话数据数组。
参见