Interface Parameters
The functional interface definitions of KSL_ASN1 only display the newly developed BER encoding and decoding interfaces. The function types of all encoding and decoding interfaces are the same.
Interface names are in the AsnBerEncodexx or AsnBerDecodexx format. (xx indicates the data type). The return value of each interface is void. Interface parameters are described as follows:
- desc: descriptor structure (input)
- stru: user structure (input for encoding interfaces and output for decoding interfaces)
- ctx: context structure (input/output)
Parent topic: Function Syntax