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