Mercurial > 510Connectbot
comparison src/org/tn5250j/framework/tn5250/tnvt.java @ 26:9ae1c889a64c tn5250
adding tn5250 files, native android logging
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 03 Jun 2014 12:16:46 -0700 |
parents | 5949eb469a79 |
children | b29b39f386a4 |
comparison
equal
deleted
inserted
replaced
25:5949eb469a79 | 26:9ae1c889a64c |
---|---|
92 import org.tn5250j.framework.transport.SocketConnector; | 92 import org.tn5250j.framework.transport.SocketConnector; |
93 import android.util.Log; | 93 import android.util.Log; |
94 | 94 |
95 | 95 |
96 public final class tnvt implements Runnable { | 96 public final class tnvt implements Runnable { |
97 private static final String TAG = "tnvt"; | |
97 // negotiating commands | 98 // negotiating commands |
98 private static final byte IAC = (byte) -1; // 255 FF | 99 private static final byte IAC = (byte) -1; // 255 FF |
99 private static final byte DONT = (byte) -2; //254 FE | 100 private static final byte DONT = (byte) -2; //254 FE |
100 private static final byte DO = (byte) -3; //253 FD | 101 private static final byte DO = (byte) -3; //253 FD |
101 private static final byte WONT = (byte) -4; //252 FC | 102 private static final byte WONT = (byte) -4; //252 FC |