Documentation ¶
Index ¶
- func ByteToString(b byte) string
- func CompareBytes(a, b byte, operator string) bool
- func CompareWords(a, b uint16, operator string) bool
- func Exists(path string) (bool, error)
- func JoinBytes(hob, lob byte) uint16
- func PadRight(s string, maxLen int, padStr string) string
- func SplitIntoBytes(bb uint16) (byte, byte)
- func StringToByte(s string) (byte, error)
- func StringToWord(s string) (uint16, error)
- func SwapNibbles(a byte) byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByteToString ¶
func CompareBytes ¶
func CompareWords ¶
func SplitIntoBytes ¶
Splits one 16 bit integer to two bytes
func StringToByte ¶
func StringToWord ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.