Documentation
¶
Index ¶
- func DataByte(testByte []byte, bufPtr *byte) (error errno.Error)
- func DataIdByte(testId uint32, id uint32, testByte []byte, bufPtr *byte) errno.Error
- func DataIdByteFunction(testId uint32, testByte []byte) idDataFunction
- func DataIdKey(testId uint32, resId uint32, key string, data map[string][]byte, dataPtr *byte) (error errno.Error)
- func DataIdKeyFunction(testId uint32, data map[string][]byte) func(uint32, string, *byte) (error errno.Error)
- func DataIdString(testId uint32, id uint32, testString string, bufPtr *byte) errno.Error
- func DataIdStringFunction(testId uint32, testString string) idDataFunction
- func DataIdStringFunctionSafe(testId uint32, testString string) idDataFunctionSafe
- func DataString(testString string, stringPtr *byte) (error errno.Error)
- func DataStringFunction(testString string) func(*byte) (error errno.Error)
- func SizeByte(testByte []byte, sizePtr *uint32) errno.Error
- func SizeIdByte(testId uint32, id uint32, testByte []byte, sizePtr *uint32) errno.Error
- func SizeIdByteFunction(testId uint32, testByte []byte) idSizeFunction
- func SizeIdKey(testId uint32, id uint32, key string, data map[string][]byte, sizePtr *uint32) (error errno.Error)
- func SizeIdKeyFunction(testId uint32, data map[string][]byte) idKeyPtrFunction
- func SizeIdString(testId uint32, id uint32, testString string, sizePtr *uint32) errno.Error
- func SizeIdStringFunction(testId uint32, testString string) idSizeFunction
- func SizeString(testString string, sizePtr *uint32) errno.Error
- func SizeStringFunction(testString string) func(*uint32) errno.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataIdByte ¶
func DataIdByteFunction ¶
func DataIdKeyFunction ¶
func DataIdKeyFunction(testId uint32, data map[string][]byte) func(uint32, string, *byte) (error errno.Error)
Writes data relative to the key to the dataPtr passed to the function
func DataIdString ¶
func DataIdStringFunction ¶
func DataIdStringFunctionSafe ¶
Not actually safe, simply ignoring the shared size.
func DataStringFunction ¶
func SizeIdByte ¶
func SizeIdByteFunction ¶
func SizeIdKeyFunction ¶
Writes data size relative to the key to the sizePtr passed to the function
func SizeIdString ¶
func SizeIdStringFunction ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.