API changes - 3.6 |
+ public void AppendSignalReset( string signalName )
+ public void AppendSignalSet( string signalName )
+ public void AppendSuspend( )
+ public void AppendWaitForSignal( string signalName, int timeout = -1 )
+ public void Create( string name, bool initialValue = false, bool autoReset = false )
+ public void Delete( string name, bool fromDisk = false )
+ public bool Exists( string name )
+ public List<string> GetStoredNames( )
+ public bool IsAutoResetEnabled( string name )
+ public bool IsSet( string name )
+ public void Load( string name )
+ public void Reset( string name )
+ public void Set( string name )
+ public void Store( string name )
+ public SignalAPI Signal { get; }
+ SIGNAL_RESET
+ SIGNAL_SET
+ SUSPEND
+ WAIT_SIGNAL
+ SIR
+ SIS
+ SUS
+ WFS
+ public Axes[] Head { get; }
+ public ScannerMonitoringException( )
+ public ScannerMonitoringException( Exception innerException )
+ public ScannerMonitoringException( string message, Exception innerException )
+ public ScannerMonitoringException( string message, Exception innerException, Axes head0, Axes head1 )
+ public ScannerMonitoringException( string message )
+ public ScannerMonitoringException( string message, Axes head0, Axes head1 )