File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ Interface module for the Megaco application
132132-type void () :: term ().
133133
134134-doc " The Megaco Identifier." .
135- -type mid () :: megaco_encoder :ip4Address () |
136- megaco_encoder :ip6Address () |
137- megaco_encoder :domainName () |
138- megaco_encoder :deviceName () |
139- megaco_encoder :mtpAddress ().
135+ -type mid () :: { ip4Address , megaco_encoder :ip4Address ()} |
136+ { ip6Address , megaco_encoder :ip6Address ()} |
137+ { domainName , megaco_encoder :domainName ()} |
138+ { deviceName , megaco_encoder :deviceName ()} |
139+ { mtpAddress , megaco_encoder :mtpAddress ()} .
140140-type megaco_message () :: megaco_encoder :megaco_message ().
141141-type action_request () :: megaco_encoder :action_request ().
142142-type action_reply () :: megaco_encoder :action_reply ().
You can’t perform that action at this time.
0 commit comments