BwManagementAPI_Pixits.ttcn 457 Bytes
Newer Older
module BwManagementAPI_Pixits {
  
  // LibCommon
  import from LibCommon_BasicTypesAndValues all;

  // LibMec/LocationAPI
  import from LocationAPI_TypesAndValues all;
  
  modulepar Address PX_APP_INSTANCE_ID := "appInst01";
  
  modulepar Address PX_UNKNOWN_APP_INSTANCE_ID := "appInst99";
  
  modulepar ResourceURL PX_RESOURCE_URL := "http://example.com/exampleAPI/location/v2/users?address:acr:192.0.0.1";

} // End of module BwManagementAPI_Pixits