Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for readNodeNameArray (0.92 sec)

  1. src/main/java/jcifs/netbios/NbtAddress.java

                final boolean isInConflict, final boolean isActive, final boolean isPermanent, final byte[] macAddress) {
    
            /*
             * The NodeStatusResponse.readNodeNameArray method may also set this
             * information. These two places where node status data is populated should
             * be consistent. Be carefull!
             */
            this.hostName = hostName;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/netbios/NbtAddress.java

                final boolean isInConflict, final boolean isActive, final boolean isPermanent, final byte[] macAddress) {
    
            /* The NodeStatusResponse.readNodeNameArray method may also set this
             * information. These two places where node status data is populated should
             * be consistent. Be carefull!
             */
            this.hostName = hostName;
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 31.7K bytes
    - Viewed (0)
Back to top