Access to SLP Agent functions
List of Global Functions
AttrSummary - Attribute summary
DeReg - Deregister service with SLP
DeRegFile - De-Register service with SLP by removing the reg file
FindAttrs - Find attributes of a service
FindSrvTypes - Issues an SLP service type request for service types in the scopes indicated by the pcScopeList.
FindSrvs - Issue the query for services
GetAttrMap - Find attributes of a service and return a map
GetUnicastAttrMap - Find attributes (using unicast query) of a service and return a map
MatchType - Match Srv Type and return all data
Reg - Register service with SLP
RegFile - Register service with SLP using a reg file
UnicastFindAttrs - Find attributes of a service using a unicast query
List of Global Variables
Attribute summary
Function parameters
list<string> Attrs
Return value
string - summary
Deregister service with SLP
Function parameters
string service
Return value
boolean - True on success
De-Register service with SLP by removing the reg file
Function parameters
string regfile
Return value
boolean - True on success
Find attributes of a service
Function parameters
string pcURLOrServiceType
Return value
list<string> - attributes
Issues an SLP service type request for service types in the scopes indicated by the pcScopeList.
Function parameters
string pcNamingAuthority
string pcScopeList
Return value
list<string> - Service Types
Issue the query for services
Function parameters
string pcServiceType
string pcScopeList
Return value
list<map> - List of Services
Find attributes of a service and return a map
Function parameters
string pcURLOrServiceType
Return value
map<string,string> - attributes
Find attributes (using unicast query) of a service and return a map
Function parameters
string pcURLOrServiceType
string ip
Return value
map<string,string> - attributes
Match Srv Type and return all data
Function parameters
string match
Return value
list<map> - list of services matching with all relevant data
Register service with SLP
Function parameters
string service
Return value
boolean - True on success
Register service with SLP using a reg file
Function parameters
string service
map<string,string> attr
string regfile
Return value
boolean - True on Success