NetPushServerPushString 方法 |
主动推送数据内容
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void PushString(
string key,
string content
)
Public Sub PushString (
key As String,
content As String
)
public:
void PushString(
String^ key,
String^ content
)
member PushString :
key : string *
content : string -> unit
参数
- key
- 类型:SystemString
关键字 - content
- 类型:SystemString
数据内容
参见