Current section

Files

Jump to
cwmp_ex lib parser set_parameter_attributes_response.ex
Raw

lib/parser/set_parameter_attributes_response.ex

defmodule CWMP.Protocol.Parser.Messages.SetParameterAttributesResponse do
use CWMP.Protocol.ParserHelpers
alias CWMP.Protocol.Messages.SetParameterAttributesResponse
def initial_acc do
%SetParameterAttributesResponse{}
end
end