PageDriver for VtcHuddle AV funcs; PageDriver for Spark

This commit is contained in:
Heath Volmer
2017-09-06 18:07:37 -06:00
parent 9aad840a78
commit cb5dcc5088
14 changed files with 474 additions and 89 deletions

View File

@@ -19,10 +19,12 @@ namespace PepperDash.Essentials
}
/// <summary>
/// Hides CurrentJoin and shows join
/// Hides CurrentJoin and shows join. Does nothing when resending CurrentJoin
/// </summary>
public void ShowInterlocked(uint join)
{
if (CurrentJoin == join)
return;
if (CurrentJoin > 0)
TriList.BooleanInput[CurrentJoin].BoolValue = false;
CurrentJoin = join;