Pass this library as the version

This commit is contained in:
2018-03-28 16:27:30 -05:00
parent 7af67a46a3
commit 39234d096a

View File

@ -111,7 +111,7 @@ namespace ScreenLogicConnect
Messages.ClientLogin login = new Messages.ClientLogin((short)0, (short)27);
login.m_schema = 348;
login.m_connectionType = 0;
login.m_version = "Android";
login.m_version = "ScreenLogicConnect library";
if (encodedPwd.Length > 16)
{
byte[] temp = new byte[16];