Ejemplo n.º 1
0
 // Inject marker
 public bool InjectMarker(string label, int value, string port, Int64 timeStamp)
 {
     if (SessionCtr.IsCreateSession)
     {
         return(SessionCtr.InjectMarker(GetAccessToken(), port, label, value, timeStamp));
     }
     else
     {
         return(false);
     }
 }
Ejemplo n.º 2
0
 // Inject marker
 public bool InjectMarker(string label, int value, Int64 timeStamp)
 {
     return(SessionCtr.InjectMarker(GetAccessToken(), "USB", label, value, timeStamp));
 }