按照ASCII文本的方式进行触发接收的数据
命名空间:
HslCommunication.Enthernet
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法public event Action<DeviceState, string> AcceptString
Public Event AcceptString As Action(Of DeviceState, String)
public:
event Action<DeviceState^, String^>^ AcceptString {
void add (Action<DeviceState^, String^>^ value);
void remove (Action<DeviceState^, String^>^ value);
}
member AcceptString : IEvent<Action<DeviceState, string>,
EventArgs>
值
类型:
SystemActionDeviceState,
String
参见