Codebase list pysmb / fa7da3d4-1e9d-4039-97d7-e0b0b834f7b1/main sphinx / source / api / nmb_NetBIOS.rst
fa7da3d4-1e9d-4039-97d7-e0b0b834f7b1/main

Tree @fa7da3d4-1e9d-4039-97d7-e0b0b834f7b1/main (Download .tar.gz)

nmb_NetBIOS.rst @fa7da3d4-1e9d-4039-97d7-e0b0b834f7b1/mainview markup · raw · history · blame

NetBIOS class

To use the NetBIOS class in your application,
  1. Create a new NetBIOS instance
  2. Call queryName method for each name you wish to query. The method will block until a reply is received from the remote SMB/CIFS service, or until timeout.
  3. When you are done, call close method to release the underlying resources.

System Message: INFO/1 (<string>, line 10)

No directive entry for "autoclass" in module "docutils.parsers.rst.languages.en". Trying "autoclass" as canonical directive name.

System Message: ERROR/3 (<string>, line 10)

Unknown directive type "autoclass".

.. autoclass:: nmb.NetBIOS.NetBIOS
    :members:
    :special-members: