libtelnet-0.1.0.0: Bindings to libtelnet

Copyright(c) 2017-2019 Jack Kelly
LicenseGPL-3.0-or-later
Maintainerjack@jackkelly.name
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Network.Telnet.LibTelnet.Iac

Description

Telnet interpret-as-command (IAC) codes. See RFC 854 for the meaning of many of these.

Synopsis

Documentation

newtype Iac Source #

Wrapper for telnet commands and special values.

Constructors

Iac 

Fields

Instances
Eq Iac Source # 
Instance details

Defined in Network.Telnet.LibTelnet.Iac

Methods

(==) :: Iac -> Iac -> Bool #

(/=) :: Iac -> Iac -> Bool #

Show Iac Source # 
Instance details

Defined in Network.Telnet.LibTelnet.Iac

Methods

showsPrec :: Int -> Iac -> ShowS #

show :: Iac -> String #

showList :: [Iac] -> ShowS #

Storable Iac Source # 
Instance details

Defined in Network.Telnet.LibTelnet.Iac

Methods

sizeOf :: Iac -> Int #

alignment :: Iac -> Int #

peekElemOff :: Ptr Iac -> Int -> IO Iac #

pokeElemOff :: Ptr Iac -> Int -> Iac -> IO () #

peekByteOff :: Ptr b -> Int -> IO Iac #

pokeByteOff :: Ptr b -> Int -> Iac -> IO () #

peek :: Ptr Iac -> IO Iac #

poke :: Ptr Iac -> Iac -> IO () #