Exemplo n.º 1
0
 public static ErrorNumber MuteSpeaker(bool isMute)
 {
     return((ErrorNumber)WrapperInterface.muteSpeaker(isMute));
 }