SLPResult

class lmiwbem.lmiwbem_core.SLPResult

Constructs a CIMClass.

Parameters:
  • srvtype (str) – service type
  • host (str) – host name
  • port (int) – service port
  • family (str) – network address family
  • srvpart (str) – remainder of a URL (see SLP)
family

Property storing network address of the service.

Return type:str
host

Property storing host name of the service.

Return type:str
port

Property storing port of the service.

Return type:int
srvpart

Property storing remainder of the service URL.

Return type:str
srvtype

Property storing service type.

Return type:str