Documentation ¶
Index ¶
- Constants
- func AckPCE(data []byte) (ack bool, next bool)
- func ApplyPCE(in []byte) (out [][]byte)
- func ApplyParity(in []byte) (out []byte)
- func BitReadAt(b byte, i int) bool
- func BitWriteAt(b byte, pos int, value bool) byte
- func CleanLine() (buf []byte)
- func CleanLineFromCursor() (buf []byte)
- func CleanLineToCursor() (buf []byte)
- func CleanNItemsFromCursor(n int) (buf []byte)
- func CleanNRowsFromCursor(n int) (buf []byte)
- func CleanScreen() (buf []byte)
- func CleanScreenFromCursor() (buf []byte)
- func CleanScreenToCursor() (buf []byte)
- func DecodeAccent(keyBuffer []byte) rune
- func DecodeTerminalBytes(entryBytes []byte) (done bool, pro bool, value int32, err error)
- func EncodeAttribute(attribute byte) (buf []byte)
- func EncodeAttributes(attributes ...byte) (buf []byte)
- func EncodeBytes(byt []byte) (buf []byte)
- func EncodeChar(c byte) byte
- func EncodeRune(r rune) []byte
- func EncodeSpecial(r rune) []byte
- func EncodeSprintf(format string, a ...any) []byte
- func EncodeString(msg string) (buf []byte)
- func GetByteHigh(w int) byte
- func GetByteLow(w int) byte
- func GetCursorOff() byte
- func GetCursorOn() byte
- func GetPCEBlock(buf []byte) []byte
- func GetRequestPCE() []byte
- func GetSynFrame(blockId byte, block []byte) []byte
- func HLine(len int, t LineType) []byte
- func HLineAt(row, col, len int, t LineType, csi bool) (buf []byte)
- func IsAccent(b byte) bool
- func IsByteEven(b byte) bool
- func MoveAt(row, col int, csi bool) (buf []byte)
- func MoveDown(n int, csi bool) (buf []byte)
- func MoveLeft(n int, csi bool) (buf []byte)
- func MoveOf(row, col int, csi bool) (buf []byte)
- func MoveRight(n int, csi bool) (buf []byte)
- func MoveUp(n int, csi bool) (buf []byte)
- func PCode(i int) []byte
- func ProCode(pro byte) ([]byte, error)
- func RectangleAt(row, col, width, height int, csi bool) (buf []byte)
- func RepeatRune(r rune, n int) (buf []byte)
- func ResetScreen() []byte
- func Return(n int, csi bool) (buf []byte)
- func ReturnCol(n, col int, csi bool) (buf []byte)
- func ReturnUp(n int, csi bool) (buf []byte)
- func SetParity(b byte) byte
- func SubArticle(row, col int) []byte
- func VLine(len int, t LineType) (buf []byte)
- func VLineAt(row, col, len int, t LineType, csi bool) (buf []byte)
- func ValidAndRemoveParity(b byte) (byte, error)
- func ValidChar(c byte) bool
- func ValidRune(r rune) bool
- func Word(word int) []byte
- func Wrapper(text string, size int) (wrapped []string)
- func WrapperLargeurDouble(text string) []string
- func WrapperLargeurNormale(text string) []string
- type ATCommand
- type AckStack
- type AckType
- type Cache
- type Connector
- type ConnectorError
- type ConnectorErrorCode
- type ConnexionFinFunc
- type Form
- func (f *Form) ActivateFirst()
- func (f *Form) ActivateNext()
- func (f *Form) ActivatePrev()
- func (f *Form) AppendInput(name string, input *Input)
- func (f *Form) AppendKeyActive(key rune)
- func (f *Form) CorrectionActive()
- func (f *Form) HideActive()
- func (f *Form) HideAll()
- func (f *Form) InitAll()
- func (f *Form) ResetActive()
- func (f *Form) ResetAll()
- func (f *Form) ToMap() map[string]string
- func (f *Form) UnHideActive()
- func (f *Form) UnHideAll()
- func (f *Form) ValueActive() string
- type InitFunc
- type Input
- type KeyboardFunc
- type LineType
- type List
- type Matrix
- func (m *Matrix) ActivateDown()
- func (m *Matrix) ActivateFirst()
- func (m *Matrix) ActivateLeft()
- func (m *Matrix) ActivateNext()
- func (m *Matrix) ActivatePrev()
- func (m *Matrix) ActivateRight()
- func (m *Matrix) ActivateUp()
- func (m *Matrix) AppendKeyActive(key rune)
- func (m *Matrix) CorrectionActive()
- func (m *Matrix) HideActive()
- func (m *Matrix) HideAll()
- func (m *Matrix) InitAll()
- func (m *Matrix) ResetActive()
- func (m *Matrix) ResetAll()
- func (m *Matrix) SetInput(row, col int, input *Input)
- func (m *Matrix) ToArray() []string
- func (m *Matrix) ToMap() map[string]string
- func (m *Matrix) UnHideActive()
- func (m *Matrix) UnHideAll()
- func (m *Matrix) ValueActive() string
- type Minitel
- func (m *Minitel) Attributes(attributes ...byte) error
- func (m *Minitel) Bell()
- func (m *Minitel) Button(s string, back, front byte)
- func (m *Minitel) ClavierEtendu() error
- func (m *Minitel) ClavierStandard() error
- func (m *Minitel) CleanLine()
- func (m *Minitel) CleanNRowsFrom(row, col, n int) error
- func (m *Minitel) CleanScreen() error
- func (m *Minitel) CleanScreenFrom(row, col int) error
- func (m *Minitel) CleanScreenFromCursor() error
- func (m *Minitel) CursorOff() error
- func (m *Minitel) CursorOn() error
- func (m *Minitel) Down(n int) error
- func (m *Minitel) HLine(len int, t LineType)
- func (m *Minitel) HLineAt(row, col, len int, t LineType)
- func (m *Minitel) Helper(helpText, button string, back, front byte)
- func (m *Minitel) HelperAt(row, col int, helpText, button string)
- func (m *Minitel) HelperLeftAt(row int, helpText, button string)
- func (m *Minitel) HelperRight(helpText, button string, back, front byte)
- func (m *Minitel) HelperRightAt(row int, helpText, button string)
- func (m *Minitel) IsConnected() bool
- func (m *Minitel) Left(n int) error
- func (m *Minitel) LineStart() error
- func (m *Minitel) MinusculeOff() error
- func (m *Minitel) MinusculeOn() error
- func (m *Minitel) ModeG0() error
- func (m *Minitel) ModeG1() error
- func (m *Minitel) ModeG2() error
- func (m *Minitel) MoveAt(lineId, colId int) error
- func (m *Minitel) MoveOf(lineId, colId int) error
- func (m *Minitel) NoCSI()
- func (m *Minitel) Print(s string)
- func (m *Minitel) PrintAt(lineId, colId int, s string) error
- func (m *Minitel) PrintAttributes(s string, attributes ...byte) error
- func (m *Minitel) PrintAttributesAt(lineId, colId int, s string, attributes ...byte) error
- func (m *Minitel) PrintBytesAt(lineId, colId int, inBuf []byte) error
- func (m *Minitel) PrintCenter(s string)
- func (m *Minitel) PrintCenterAt(lineId int, s string) error
- func (m *Minitel) PrintLeftAt(lineId int, s string) error
- func (m *Minitel) PrintRightAt(lineId int, s string) error
- func (m *Minitel) PrintStatus(s string) error
- func (m *Minitel) Printf(format string, a ...any)
- func (m *Minitel) RectAt(row, col, width, height int)
- func (m *Minitel) Repeat(r rune, n int) error
- func (m *Minitel) Reset() error
- func (m *Minitel) Return(n int) error
- func (m *Minitel) ReturnCol(n, col int) error
- func (m *Minitel) ReturnUp(n int) error
- func (m *Minitel) Right(n int) error
- func (m *Minitel) RouleauOff() error
- func (m *Minitel) RouleauOn() error
- func (m *Minitel) Send(buf []byte) error
- func (m *Minitel) SendCAN() error
- func (m *Minitel) SendVDT(filename string) error
- func (m *Minitel) Serve()
- func (m *Minitel) SupportCSI() bool
- func (m *Minitel) Up(n int) error
- func (m *Minitel) VLine(len int, t LineType)
- func (m *Minitel) VLineAt(row, col, len int, t LineType)
- type Modem
- func (m *Modem) Connect()
- func (m *Modem) Connected() bool
- func (m *Modem) Disconnect()
- func (m *Modem) Init() error
- func (m *Modem) Read() ([]byte, error)
- func (m *Modem) RingHandler(f func(modem *Modem))
- func (m *Modem) Serve(forceRing bool)
- func (m *Modem) SetConnected(status bool)
- func (m *Modem) Write(b []byte) error
- type NavigationFunc
- type Network
- type Page
- func (p *Page) Run() (map[string]string, int)
- func (p *Page) SetAnnulationFunc(f NavigationFunc)
- func (p *Page) SetBasFunc(f NavigationFunc)
- func (p *Page) SetCharFunc(f KeyboardFunc)
- func (p *Page) SetConnexionFinFunc(f ConnexionFinFunc)
- func (p *Page) SetCorrectionFunc(f NavigationFunc)
- func (p *Page) SetDroiteFunc(f NavigationFunc)
- func (p *Page) SetEnvoiFunc(f NavigationFunc)
- func (p *Page) SetGaucheFunc(f NavigationFunc)
- func (p *Page) SetGuideFunc(f NavigationFunc)
- func (p *Page) SetHautFunc(f NavigationFunc)
- func (p *Page) SetInitFunc(f InitFunc)
- func (p *Page) SetRepetitionFunc(f NavigationFunc)
- func (p *Page) SetRetourFunc(f NavigationFunc)
- func (p *Page) SetSommaireFunc(f NavigationFunc)
- func (p *Page) SetSuiteFunc(f NavigationFunc)
- type Websocket
Constants ¶
const ( NoAck = iota AckRouleau AckPage AckMinuscule AckMajuscule AckPCEStart AckPCEStop AckClavierEtendu AckClavierStandard )
const ( InvalidDefinition = iota InvalidInit InvalidData ClosedConnection Unreachable Unsupported )
const ( ResolutionSimple = iota ResolutionDouble )
const ( ColonnesSimple = 40 LignesSimple = 25 ColonnesDouble = ColonnesSimple / 2 LignesDouble = LignesSimple / 2 )
const ( Livre = 0x23 Dollar = 0x24 Diese = 0x26 Paragraphe = 0x27 FlecheGauche = 0x2C FlecheHaut = 0x2D FlecheDroite = 0x2E FlecheBas = 0x2F Degre = 0x30 PlusOuMoins = 0x31 Division = 0x38 UnQuart = 0x3C UnDemi = 0x3D TroisQuart = 0x3E OeMajuscule = 0x6A OeMinuscule = 0x7A Beta = 0x7B )
1 Mode Vidéotex
1.2.3 Codage des caractères visualisables Jeu G0 => alphanumérique (voir p.100) Jeu G1 => semi-graphique (voir p.101 et 102) Jeu G2 => complément à G0 (voir p.103) Les caractères du jeu G2 sont obtenus si précédés du code SS2 (0x19). On peut les afficher directement en utilisant printSpecialChar(byte b) :
const ( AccentGrave = 0x41 AccentAigu = 0x42 AccentCirconflexe = 0x43 Trema = 0x48 Cedille = 0x4B )
Les diacritiques ne peuvent pas être affichés seuls. printSpecialChar(byte b) n'aura donc aucun effet ici.
const ( CaractereNoir = 0x40 CaractereRouge = 0x41 CaractereVert = 0x42 CaractereJaune = 0x43 CaractereBleu = 0x44 CaractereMagenta = 0x45 CaractereCyan = 0x46 CaractereBlanc = 0x47 )
const ( FondNoir = 0x50 // Pour éviter d'avoir cet espace à l'écran, une autre solution (dans ce cas le caractère sera noir), est de mettre en oeuvre le fond inversé. FondRouge = 0x51 // Par exemple : FondVert = 0x52 // minitel.attributs(CARACTERE_VERT); FondJaune = 0x53 // minitel.attributs(INVERSION_FOND); FondBleu = 0x54 // minitel.print("J'ECRIS ICI MON TEXTE"); FondMagenta = 0x55 // minitel.attributs(FOND_NORMAL); FondCyan = 0x56 FondBlanc = 0x57 )
Couleur de fond En mode texte, l'espace (0x20) est l'élément déclencheur du changement de couleur de fond (voir p.93). Ce changement est valide jusqu'à la fin d'une rangée.
const ( GrandeurNormale = 0x4C // Non utilisable en mode graphique DoubleHauteur = 0x4D // Non utilisable en mode graphique DoubleLargeur = 0x4E // Non utilisable en mode graphique DoubleGrandeur = 0x4F // Non utilisable en mode graphique )
Taille
const ( Clignotement = 0x48 Fixe = 0x49 )
Clignotement ou fixité
const ( Masquage = 0x58 Demasquage = 0x5F )
Début et fin de masquage
const ( FinLignage = 0x59 DebutLignage = 0x5A // En mode texte, l'espace (0x20) marque le début d'une zone de lignage. C'est l'élément déclencheur (voir p.93). )
Début ou fin de lignage
const ( FondNormal = 0x5C // Non utilisable en mode graphique InversionFond = 0x5D // Non utilisable en mode graphique )
Fond inversé ou normal
const ( Bs = 0x08 // BackSpace : Déplacement du curseur d'un emplacement de caractère à gauche. Ht = 0x09 // Horizontal Tab : Déplacement du curseur d'un emplacement de caractère à droite. Lf = 0x0A // Line Feed : Déplacement du curseur d'un emplacement de caractère vers le bas. Vt = 0x0B // Vertical Tab : Déplacement du curseur d'un emplacement de caractère vers le haut. Cr = 0x0D // Carriage Return : Retour du curseur au début de la rangée courante. )
1.2.5 Fonctions de mise en page (voir p.94)
const ( Rs = 0x1E // Record Separator : Retour du curseur en première position de la rangée 01. Ce code est un séparateur explicite d'article. Ff = 0x0C // Form Feed : Retour du curseur en première position de la rangée 01 avec effacement complet de l'écran. Us = 0x1F // Unit Separator : Séparateur de sous-article. Can = 0x18 // Cancel : Remplissage à partir de la position courante du curseur et jusqu'à la fin de la rangée par des espaces du jeu courant ayant l'état courant des attributs. La position courante du curseur n'est pas déplacée. )
Les fonctions de type CSI sont développées à l'intérieur de la classe Minitel (plus bas).
const ( Rep = 0x12 // Repetition : Permet de répéter le dernier caractère visualisé avec les attributs courants de la position active d'écriture. Nul = 0x00 // Null : Sp = 0x20 // Space : Séparateur de zone possédant les mêmes attributs Del = 0x7F // Delete : Bel = 0x07 // Bell : Provoque l'émission d'un signal sonore )
1.2.6 Autres fonctions (voir p.98) 1.2.6.1 Fonctions diverses :
const ( So = 0x0E // Shift Out : Accès au jeu G1. => Mode semi-graphique Si = 0x0F // Shift In : Accès au jeu G0. => Mode alphanumérique Ss2 = 0x19 // Single Shift 2 : Appel d'un caractère unique du jeu G2. Esc = 0x1B // Escape : Echappement et accès à la grille C1. )
1.2.6.3 Fonctions d'extension de code
const ( CursorOn = 0x11 // Visualisation de la position active du curseur (curseur actif). CursorOff = 0x14 // Arrêt de la visualisation de la position active (curseur inactif). )
1.2.6.4 Visualisation du curseur
const ( Special = 0x13 Envoi = 0x1341 Retour = 0x1342 Repetition = 0x1343 Guide = 0x1344 Annulation = 0x1345 Sommaire = 0x1346 Correction = 0x1347 Suite = 0x1348 ConnexionFin = 0x1349 )
6 Séquences émises par les touches de fonction en mode Vidéotex ou Mixte (voir p.123)
const ( ToucheFlecheHaut = 0x1B5B41 SuppressionLigne = 0x1B5B4D ToucheFlecheBas = 0x1B5B42 InsertionLigne = 0x1B5B4C ToucheFlecheDroite = 0x1B5B43 DebutInsertionCaractere = 0x1B5B3468 FinInsertionCaractere = 0x1B5B346C ToucheFlecheGauche = 0x1B5B44 SupressionCaractere = 0x1B5B50 )
7 Codes et séquences émis par les touches de gestion du curseur et d'édition en mode Vidéotex ou Mixte (voir p.124)
const ( CodeEmissionEcran = 0x50 CodeEmissionClavier = 0x51 CodeEmissionModem = 0x52 CodeEmissionPrise = 0x53 CodeReceptionEcran = 0x58 CodeReceptionClavier = 0x59 CodeReceptionModem = 0x5A CodeReceptionPrise = 0x5B )
1 Généralités (voir p.134)
const ( AiguillageOff = 0x60 AiguillageOn = 0x61 )
3 Commandes d'aiguillages et de blocage des modules 3.2 Format des commandes (voir p.135)
const ( To = 0x62 From = 0x63 )
3.4 Demande de statut d'aiguillages des modules
const ( Prog = 0x6B StatusVitesse = 0x74 )
8 Commandes relatives à la prise (voir p.141)
const ( PCE = 0x44 Nack = 0x15 Syn = 0x16 )
Procédure de correction d'erreur
const ( Start = 0x69 Stop = 0x6A Minuscules = 0x45 // Mode minuscules / majuscules du clavier )
11 Commandes relatives à plusieurs modules (voir p.143)
const ( Mixte1 = 0x327D Mixte2 = 0x327E Telinfo = 0x317D )
12 Commandes Protocole relatives au changement de standard (voir p.144)
const ( Pro1 = 0x39 Pro2 = 0x3A Pro3 = 0x3B )
A ranger
const ( Terminal = 0x71 Fonctionnement = 0x73 Vitesse = 0x75 Protocole = 0x77 )
const ( StatusClavier = 0x72 RepStatusClavier = 0x73 )
const ( NoOp = iota - 50 DisconnectOp QuitOp EnvoiOp SommaireOp AnnulationOp RetourOp SuiteOp RepetitionOp GuideOp CorrectionOp )
const ByteDurAt1200Bd = 8333 * time.Microsecond
1 byte, is 8 symbols (data) and 2 symbols (start and stop) 1 byte = 10 symbols
const CacheSize = 16
const CharTable = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx !\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_xabcdefghijklmnopqrstuvwxyz"
Correspondance ASCII / Videotex
const Csi = 0x1B5B
Echappement vers la norme ISO 6429
const Eten = 0x41 // Clavier en mode étendu
9 Commandes relatives au clavier (voir p.141)
const MaxSubPerMinute = 20
const ModemConnectTimeout = 60 * time.Second
const ModemInitTimeout = 5 * time.Second
const ModemServeTimeout = 10 * time.Millisecond
const NackTimer = 1140 * time.Millisecond
const ParityBitPosition = 7
const Reset = 0x7F
13 L'état initial du minitel 13.2 Sur réception d'une commande de reset
const Rouleau = 0x43 // Ecran en mode rouleau
10 Commandes relatives à l'écran (voir p.142)
const Sub = 0x1A
Renvoyé par le Minitel pour informer d'erreurs de parité
Variables ¶
This section is empty.
Functions ¶
func ApplyParity ¶
func CleanLineFromCursor ¶
func CleanLineFromCursor() (buf []byte)
func CleanLineToCursor ¶
func CleanLineToCursor() (buf []byte)
func CleanNItemsFromCursor ¶
func CleanNRowsFromCursor ¶
func CleanScreen ¶
func CleanScreen() (buf []byte)
func CleanScreenFromCursor ¶
func CleanScreenFromCursor() (buf []byte)
func CleanScreenToCursor ¶
func CleanScreenToCursor() (buf []byte)
func DecodeAccent ¶
func DecodeTerminalBytes ¶
func EncodeAttribute ¶
func EncodeAttributes ¶
func EncodeBytes ¶
func EncodeChar ¶
func EncodeRune ¶
func EncodeSpecial ¶
func EncodeSprintf ¶
func EncodeString ¶
func GetByteHigh ¶
func GetByteLow ¶
func GetCursorOff ¶
func GetCursorOff() byte
func GetCursorOn ¶
func GetCursorOn() byte
func GetPCEBlock ¶
func GetRequestPCE ¶
func GetRequestPCE() []byte
func GetSynFrame ¶
func IsByteEven ¶
func MoveOf ¶
MoveOf moves the cursor relatively from its current position * row > 0, moves down * col > 0, moves right
func RectangleAt ¶
func RepeatRune ¶
func ResetScreen ¶
func ResetScreen() []byte
ResetScreen cleans the screen, move the cusror in postion (1;0) sets all the attributes to default: G0, size, color, background.
func SubArticle ¶
SubArticle defines a sub-article in the page, moves the cursor at (row;col) This resets all the attributes to default: G0, size, color, and background
func ValidAndRemoveParity ¶
ValidAndRemoveParity, verifies the parity of the input byte: * if the parity is invalid, the function returns an error * if the parity is valid, the function returns the byte with parity bit at 0
func WrapperLargeurDouble ¶
func WrapperLargeurNormale ¶
Types ¶
type AckStack ¶
type AckStack struct {
// contains filtered or unexported fields
}
func NewAckStack ¶
func NewAckStack() *AckStack
type ConnectorError ¶
type ConnectorError struct {
// contains filtered or unexported fields
}
func (*ConnectorError) Code ¶
func (ce *ConnectorError) Code() ConnectorErrorCode
func (*ConnectorError) Error ¶
func (ce *ConnectorError) Error() string
func (*ConnectorError) Raw ¶
func (ce *ConnectorError) Raw() error
type ConnectorErrorCode ¶
type ConnectorErrorCode int
type ConnexionFinFunc ¶
type Form ¶
type Form struct {
// contains filtered or unexported fields
}
func (*Form) ActivateFirst ¶
func (f *Form) ActivateFirst()
func (*Form) ActivateNext ¶
func (f *Form) ActivateNext()
func (*Form) ActivatePrev ¶
func (f *Form) ActivatePrev()
func (*Form) AppendInput ¶
func (*Form) AppendKeyActive ¶
func (*Form) CorrectionActive ¶
func (f *Form) CorrectionActive()
func (*Form) HideActive ¶
func (f *Form) HideActive()
func (*Form) ResetActive ¶
func (f *Form) ResetActive()
func (*Form) UnHideActive ¶
func (f *Form) UnHideActive()
func (*Form) ValueActive ¶
type Input ¶
type Input struct { Value []byte // contains filtered or unexported fields }
func NewInputWithValue ¶
func (*Input) Activate ¶
func (i *Input) Activate()
Activate moves the cursor to its actual position and let it on
func (*Input) Correction ¶
func (i *Input) Correction()
Correction removes the last key, on screen and within Value
func (*Input) Deactivate ¶
func (i *Input) Deactivate()
type KeyboardFunc ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (*List) AppendItem ¶
type Matrix ¶
type Matrix struct {
// contains filtered or unexported fields
}
func (*Matrix) ActivateDown ¶
func (m *Matrix) ActivateDown()
func (*Matrix) ActivateFirst ¶
func (m *Matrix) ActivateFirst()
func (*Matrix) ActivateLeft ¶
func (m *Matrix) ActivateLeft()
func (*Matrix) ActivateNext ¶
func (m *Matrix) ActivateNext()
func (*Matrix) ActivatePrev ¶
func (m *Matrix) ActivatePrev()
func (*Matrix) ActivateRight ¶
func (m *Matrix) ActivateRight()
func (*Matrix) ActivateUp ¶
func (m *Matrix) ActivateUp()
func (*Matrix) AppendKeyActive ¶
func (*Matrix) CorrectionActive ¶
func (m *Matrix) CorrectionActive()
func (*Matrix) HideActive ¶
func (m *Matrix) HideActive()
func (*Matrix) ResetActive ¶
func (m *Matrix) ResetActive()
func (*Matrix) UnHideActive ¶
func (m *Matrix) UnHideActive()
func (*Matrix) ValueActive ¶
type Minitel ¶
type Minitel struct { Messages chan int32 // contains filtered or unexported fields }
func NewMinitel ¶
func NewMinitel(network *Network, parity bool, group *sync.WaitGroup, source string, connLost *prometheus.CounterVec) *Minitel
func (*Minitel) Attributes ¶
func (*Minitel) ClavierEtendu ¶
func (*Minitel) ClavierStandard ¶
func (*Minitel) CleanNRowsFrom ¶
func (*Minitel) CleanScreen ¶
func (*Minitel) CleanScreenFrom ¶
func (*Minitel) CleanScreenFromCursor ¶
func (*Minitel) HelperLeftAt ¶
func (*Minitel) HelperRight ¶
func (*Minitel) HelperRightAt ¶
func (*Minitel) IsConnected ¶
func (*Minitel) MinusculeOff ¶
func (*Minitel) MinusculeOn ¶
func (*Minitel) MoveOf ¶
MoveOf moves the cursor relatively from its current position * row > 0, moves down * col > 0, moves right
func (*Minitel) PrintAttributes ¶
func (*Minitel) PrintAttributesAt ¶
func (*Minitel) PrintBytesAt ¶
func (*Minitel) PrintCenter ¶
func (*Minitel) PrintStatus ¶
func (*Minitel) RouleauOff ¶
func (*Minitel) SupportCSI ¶
type Modem ¶
type Modem struct {
// contains filtered or unexported fields
}
func NewModem ¶
func NewModem(portName string, baud int, init []ATCommand, tag string, connAttempt *prometheus.CounterVec) (*Modem, error)
func (*Modem) Disconnect ¶
func (m *Modem) Disconnect()
func (*Modem) RingHandler ¶
func (*Modem) SetConnected ¶
type NavigationFunc ¶
type Network ¶
func NewNetwork ¶
func (*Network) IsConnected ¶
func (*Network) SUBCounterIncrement ¶
func (n *Network) SUBCounterIncrement()
type Page ¶
type Page struct {
// contains filtered or unexported fields
}
func (*Page) SetAnnulationFunc ¶
func (p *Page) SetAnnulationFunc(f NavigationFunc)
func (*Page) SetBasFunc ¶
func (p *Page) SetBasFunc(f NavigationFunc)
func (*Page) SetCharFunc ¶
func (p *Page) SetCharFunc(f KeyboardFunc)
func (*Page) SetConnexionFinFunc ¶
func (p *Page) SetConnexionFinFunc(f ConnexionFinFunc)
func (*Page) SetCorrectionFunc ¶
func (p *Page) SetCorrectionFunc(f NavigationFunc)
func (*Page) SetDroiteFunc ¶
func (p *Page) SetDroiteFunc(f NavigationFunc)
func (*Page) SetEnvoiFunc ¶
func (p *Page) SetEnvoiFunc(f NavigationFunc)
func (*Page) SetGaucheFunc ¶
func (p *Page) SetGaucheFunc(f NavigationFunc)
func (*Page) SetGuideFunc ¶
func (p *Page) SetGuideFunc(f NavigationFunc)
func (*Page) SetHautFunc ¶
func (p *Page) SetHautFunc(f NavigationFunc)
func (*Page) SetInitFunc ¶
func (*Page) SetRepetitionFunc ¶
func (p *Page) SetRepetitionFunc(f NavigationFunc)
func (*Page) SetRetourFunc ¶
func (p *Page) SetRetourFunc(f NavigationFunc)
func (*Page) SetSommaireFunc ¶
func (p *Page) SetSommaireFunc(f NavigationFunc)
func (*Page) SetSuiteFunc ¶
func (p *Page) SetSuiteFunc(f NavigationFunc)
type Websocket ¶
type Websocket struct {
// contains filtered or unexported fields
}
func NewWebsocket ¶
func (*Websocket) Disconnect ¶
func (ws *Websocket) Disconnect()