示例#1
0
 public static ErrorNumber MuteSpeaker(bool isMute)
 {
     return((ErrorNumber)PlcmHelper.muteSpeaker(isMute));
 }