コード例 #1
0
 public override void OnButtonPress()
 {
     Logging.Write("IsConnected: {0}", IsConnected);
     foreach (string name in HBRelogRemoteApi.GetProfileNames())
     {
         Logging.Write("{1}: GetProfileStatus: {0}", HBRelogRemoteApi.GetProfileStatus(name), name);
         HBRelogRemoteApi.SetProfileStatusText(HbProcId, TreeRoot.StatusText);
     }
 }
コード例 #2
0
 public static string[] GetProfileNames()
 {
     return(HBRelogRemoteApi.GetProfileNames());
 }