コード例 #1
0
ファイル: TypesSerializer.cs プロジェクト: hombrevrc/FDK
 public static void WriteTwoFactorReason(this MemoryBuffer buffer, LrpServer.Net.LrpTwoFactorReason arg)
 {
     buffer.WriteInt32((int)arg);
 }
コード例 #2
0
ファイル: LocalServer.cs プロジェクト: hombrevrc/FDK
 public void SendTwoFactorAuth(long id, LrpServer.Net.LrpTwoFactorReason reason, string text, System.DateTime expire)
 {
     this.Instance.SendTwoFactorAuth(this.Handle, id, reason, text, expire);
 }