summaryrefslogtreecommitdiff
path: root/kme.erl
blob: 489e20714cbb8d87e14606b2b480cb248e719e7b (plain)
1
2
3
4
5
6
7
8
9
10
-module(kme).

-export([co_lines/0]).

-include("KME-specific-types.hrl").

co_lines() ->
	'KME-specific-types':encode('KMESpecificPrivateData', {kmeSystemData,
		{getSystemData, {request, {deviceList, {category,
		{standardDevice, networkInterface}}}}}}).