Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
22610da4
Kaydet (Commit)
22610da4
authored
Kas 04, 2002
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Document symbolic constants for commands.
üst
574deae5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
libtelnetlib.tex
Doc/lib/libtelnetlib.tex
+7
-1
No files found.
Doc/lib/libtelnetlib.tex
Dosyayı görüntüle @
22610da4
...
...
@@ -10,12 +10,18 @@
The
\module
{
telnetlib
}
module provides a
\class
{
Telnet
}
class that
implements the Telnet protocol. See
\rfc
{
854
}
for details about the
protocol. In addition, it provides symbolic constants for the protocol
characters (
IAC/DONT/DO/WONT/WILL
), and for the telnet options. The
characters (
see below
), and for the telnet options. The
symbolic names of the telnet options follow the definitions in
\code
{
arpa/telnet.h
}
, with the leading
\code
{
TELOPT
_}
removed. For
symbolic names of options which are traditionally not included in
\code
{
arpa/telnet.h
}
, see the module source itself.
The symbolic constants for the telnet commands are: IAC, DONT, DO,
WONT, WILL, SE (Subnegotiation End), NOP (No Operation), DM (Data
Mark), BRK (Break), IP (Interrupt process), AO (Abort output), AYT
(Are You There), EC (Erase Character), EL (Erase Line), GA (Go Ahead),
SB (Subnegotiation Begin).
\begin{classdesc}
{
Telnet
}{
\optional
{
host
\optional
{
, port
}}}
\class
{
Telnet
}
represents a connection to a Telnet server. The
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment