Documentation ¶
Index ¶
Constants ¶
View Source
const ( NUL = 0x00 // '\0' Null SOH = 0x01 // Start of Header STX = 0x02 // Start of Text ETX = 0x03 // End of Text EOT = 0x04 // End of Transmission ENQ = 0x05 // Enquiry ACK = 0x06 // Acknowledgement BEL = 0x07 // '\a' Bell BS = 0x08 // '\b' Backspace HT = 0x09 // '\t' Horizontal Tab LF = 0x0A // '\n' Line Feed VT = 0x0B // '\v' Vertical Tab FF = 0x0C // '\f' Form Feed CR = 0x0D // '\r' Carriage Return SO = 0x0E // Shift Out SI = 0x0F // Shift In DLE = 0x10 // Device Idle DC1 = 0x11 // Device Control 1 DC2 = 0x12 // Device Control 2 DC3 = 0x13 // Device Control 3 DC4 = 0x14 // Device Control 4 NAK = 0x15 // Negative Ack SYN = 0x16 // Synchronize ETB = 0x17 // End of Transmission Block CAN = 0x18 // Cancel EM = 0x19 // End of Medium SUB = 0x1A // Substitute ESC = 0x1B // '\e' Escape FS = 0x1C // Field Separator GS = 0x1D // Group Separator RS = 0x1E // Record Separator US = 0x1F // Unit Separator SP = 0x20 // Space DEL = 0x7F // Delete )
ascii definition use string(...) to convert the const into string value
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.