VibrationSensorClientOnPeekValueReceiveDelegate 委托 |
震动传感器峰值数据事件委托
Shock sensor peak data event delegation
命名空间:
HslCommunication.Profinet.Geniitek
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public delegate void OnPeekValueReceiveDelegate(
VibrationSensorPeekValue peekValue
)
Public Delegate Sub OnPeekValueReceiveDelegate (
peekValue As VibrationSensorPeekValue
)
public delegate void OnPeekValueReceiveDelegate(
VibrationSensorPeekValue^ peekValue
)
type OnPeekValueReceiveDelegate =
delegate of
peekValue : VibrationSensorPeekValue -> unit
参数
- peekValue
- 类型:HslCommunication.Profinet.GeniitekVibrationSensorPeekValue
峰值信息
参见