|
nmb.NBNodeEntry Objects
nmb.NBNodeEntry objects have the following methods.
- get_nbname() -> string
- Returns the NetBIOS of this host entry
- get_nametype() -> string
- Returns the name type of this host entry
- get_nodetype() -> int
- Returns the type of node for thos node entry.
- is_group() -> int
- Returns non-zero if this node is a group. Otherwise, zero.
- is_deleting() -> int
- Returns non-zero if this node is being deleted. Otherwise, zero.
- is_conflict() -> int
- Returns non-zero if this node is in conflict with another node. Otherwise, zero.
- is_active() -> int
- Returns non-zero if this node is active. Otherwise, zero.
- is_permanent() -> int
- Returns non-zero if this node is permanent. Otherwise, zero.
Last modified on Sun, Aug 19 2001
|