Delegate
ModuleExtInterfaceInteractive.ModuleExtInterfaceInteractive.SetCurrentSpeedDelegate

Summary

Syntax

[UnmanagedFunctionPointer(CallingConvention.Cdecl)]
public delegate int ModuleExtInterfaceInteractive.SetCurrentSpeedDelegate(IntPtr modExt, int speed) : 
    MulticastDelegate, ICloneable, ISerializable

Remarks

The tick count may be reset by pattern commands at any time.

Operators

Name Value Summary
operator !=(Delegate, Delegate) bool
Inherited from Delegate
operator !=(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate
operator ==(Delegate, Delegate) bool
Inherited from Delegate
operator ==(MulticastDelegate, MulticastDelegate) bool
Inherited from MulticastDelegate

See Also