Aadya v0.1.0 Aadya.MessageParser View Source

CoapMessage Parser Aadya.MessageParser.decode Aadya.MessageParser.encode Supported CoAP v1 messages

Link to this section Summary

Types

just coap_message record type

just coap_message record type

Link to this section Types

Link to this type coap_content() View Source
coap_content() :: coap_content()

just coap_message record type

Link to this type coap_message() View Source
coap_message() :: coap_message()

just coap_message record type

Link to this section Functions

Link to this function append_option(arg, option_list) View Source
Link to this macro coap_content(args \\ []) View Source (macro)
Link to this macro coap_content(record, args) View Source (macro)
Link to this macro coap_message(args \\ []) View Source (macro)
Link to this macro coap_message(record, args) View Source (macro)
Link to this function decode_block1(num, m, sizEx) View Source
Link to this function decode_option(opt_num, opt_val) View Source
Link to this function decode_option_list(tail) View Source
Link to this function decode_option_list(arg, last_num, option_list) View Source
Link to this function encode_block1(num, m, sizEx) View Source
Link to this function encode_option_list(options, payload) View Source
Link to this function encode_option_list(list, last_num, acc) View Source
Link to this function encode_option_list1(options) View Source
Link to this function encode_options(list, acc) View Source
Link to this function is_repeatable_option(arg1) View Source
Link to this function split_and_encode_option(arg, acc) View Source