NetSimplifyServerReceivedBytesEvent 事件 |
接收字节信息的事件
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public event Action<AppSession, NetHandle, byte[]> ReceivedBytesEvent
Public Event ReceivedBytesEvent As Action(Of AppSession, NetHandle, Byte())
public:
event Action<AppSession^, NetHandle, array<unsigned char>^>^ ReceivedBytesEvent {
void add (Action<AppSession^, NetHandle, array<unsigned char>^>^ value);
void remove (Action<AppSession^, NetHandle, array<unsigned char>^>^ value);
}
member ReceivedBytesEvent : IEvent<Action<AppSession, NetHandle, byte[]>,
EventArgs>
值
类型:
SystemActionAppSession,
NetHandle,
Byte参见