Represents the status of the modem control input signals.
Esempio n. 1
0
 /// <summary>
 /// Override this to take action when one or more modem status inputs change state
 /// </summary>
 /// <param name="mask">The status inputs that have changed state</param>
 /// <param name="state">The state of the status inputs</param>
 protected virtual void OnStatusChange(ModemStatus mask, ModemStatus state)
 {
 }
Esempio n. 2
0
 /// <summary>
 /// Override this to take action when one or more modem status inputs change state
 /// </summary>
 /// <param name="mask">The status inputs that have changed state</param>
 /// <param name="state">The state of the status inputs</param>
 protected virtual void OnStatusChange(ModemStatus mask, ModemStatus state)
 {
 }