Guest User

Untitled

a guest
Jan 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <Method Name="getDouble" Annotation="Return the value associated with a key whose type is &apos;double&apos;.">
  2.                 <Arg Type="STRING" Name="keyName" Direction="in"/>
  3.                 <Arg Type="DOUBLE" Name="keyValue" Direction="out"/>
  4.                 <ErrorSubset ErrorRef="INVALID_KEY_NAME"/>
  5.                 <ErrorSubset ErrorRef="INVALID_KEY_TYPE"/>
  6. </Method>
  7. <Signal Name="StatusChanged">
  8.     <ErrorSubset ErrorRef="INTERNAL_MODULE_ERROR"/>
  9.     <Arg Type="SRV_TTS_Status_t" Name="p_status" Direction="out"/>
  10. </Signal>
Add Comment
Please, Sign In to add comment