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

-export([co_lines/0]).

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

co_lines() ->
	{ok, CO} = 'KME-specific-types':encode('KMESpecificPrivateData', {kmeSystemData,
		{getSystemData, {request, {deviceList, {category,
		{standardDevice, networkInterface}}}}}}),
	CO.
	%'KME-specific-types':encode('EscapeArgument', #'EscapeArgument'{privateData = CO}).