コード例 #1
0
 public bool SetServiceState(string devID, int serviceState)
 {
     xd.SendSetServiceState(devID, serviceState);
     return(true);
 }