예제 #1
0
파일: HPIssue.cs 프로젝트: palome06/psd48
 internal static string ToRawMessage(Harm harm)
 {
     return harm.Who + "," + harm.Source + "," + harm.Element.Elem2Int() + "," + harm.N + "," + harm.Mask;
 }
예제 #2
0
파일: HPIssue.cs 프로젝트: palome06/psd48
 public static string ToMessage(Harm harm)
 {
     return "G1TH," + Harm.ToRawMessage(harm);
 }
예제 #3
0
파일: HPIssue.cs 프로젝트: palome06/psd48
 public static string ToMessage(Harm harm)
 {
     return "G0OH," + ToRawMessage(harm);
 }