示例#1
0
 public int ReadLightForFrontBarDfs()
 {
     return(LightBarDfsFront.GetValue());
 }
示例#2
0
 public void LightForFrontBarDfsSetValue(int value)
 {
     LightBarDfsFront.TurnOn(value);
 }