Lines Matching refs:toucan
1543 private static Nintendo.SDSG.CatToucan toucan; field in CafeX.cattoucan
1551 … exit_reason = toucan.RelaySerialCharacters((Program.quiet_mode && !Program.ignore_quiet_mode) ? in outputThread()
1556 toucan = null; in outputThread()
1591 toucan = new Nintendo.SDSG.CatToucan(Convert.ToInt32(port)); in createCattoucan()
1594 toucan.AddNotification(kvp); in createCattoucan()
1598 toucan.AddNotification(kvp); in createCattoucan()
1601 toucan.ExclusiveMatch = exclusive_match; in createCattoucan()
1621 if (toucan != null) in start()
1623 toucan.ExclusiveMatch = exclusive_match; in start()
1654 if (toucan != null) in stopCattoucan()
1656 toucan.StopRelay(); in stopCattoucan()
1678 if (toucan != null) in AddNotification()
1680 toucan.AddNotification(kvp); in AddNotification()
1698 if (toucan != null) in AddNotification()
1700 toucan.AddNotification(kvp); in AddNotification()
1716 if (toucan != null) in ClearNotifications()
1718 toucan.ClearNotifications(); in ClearNotifications()