NetPushClientOnReceived 事件 |
当接收到数据的事件信息,接收到数据的时候触发。
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event Action<NetPushClient, string> OnReceived
Public Event OnReceived As Action(Of NetPushClient, String)
public:
event Action<NetPushClient^, String^>^ OnReceived {
void add (Action<NetPushClient^, String^>^ value);
void remove (Action<NetPushClient^, String^>^ value);
}
member OnReceived : IEvent<Action<NetPushClient, string>,
EventArgs>
值
类型:
SystemActionNetPushClient,
String参见