1Net::NBName::NodeStatusU:s:eRrR(C3o)ntributed Perl DocumNeentt:a:tNiBoNname::NodeStatus::RR(3)
2
3
4
6 Net::NBName::NodeStatus::RR - NetBIOS Node Status Response Resource
7 Record
8
10 Net::NBName::NodeStatus::RR represents a name table entry returned as
11 part of a NetBIOS node status response.
12
14 $rr->name
15 Returns the registered name (a string of up to 15 characters).
16
17 $rr->suffix
18 The suffix of the registered name (the 16th character of the
19 registered name).
20
21 Some common suffixes include:
22
23 0x00 Redirector
24 0x00 Domain (Group)
25 0x03 Messenger
26 0x1B Domain Master Browser
27 0x1C Domain Controllers (Special Group)
28 0x1D Master Browser
29 0x1E Browser Elections (Group)
30 0x20 Server
31
32 $rr->G
33 Group flag. Indicates whether the name is a unique or a group name.
34 It is returned as a string: either "UNIQUE" or "GROUP" will be
35 returned.
36
37 For example, the following name types are UNIQUE:
38
39 0x00 Redirector
40 0x03 Messenger
41 0x1B Domain Master Browser
42 0x1D Master Browser
43 0x20 Server
44
45 And the following name types are GROUP:
46
47 0x00 Domain (Group)
48 0x1C Domain Controllers (Special Group)
49 0x1E Browser Elections (Group)
50
51 $rr->ONT
52 Owner Node Type flag. Indicates if the systems are B, P, H, or
53 M-node. It will be returned as a string.
54
55 $rr->DRG
56 Deregistering flag. "Deregistering" will be returned if the name is
57 not currently registered.
58
59 $rr->ACT
60 Active flag.
61
62 $rr->CNF
63 Conflict flag.
64
65 $rr->PRM
66 Permanent flag.
67
68 $rr->as_string
69 Returns the object's string representation.
70
72 Net::NBName, Net::NBName::NodeStatus
73
75 Copyright (c) 2002, 2003, 2004 James Macfarlane. All rights reserved.
76 This program is free software; you can redistribute it and/or modify it
77 under the same terms as Perl itself.
78
79
80
81perl v5.30.1 2020-01-30 Net::NBName::NodeStatus::RR(3)