Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testXStats (0.04 sec)

  1. src/test/java/jcifs/netbios/NodeStatusResponseTest.java

            byte[] testMac = { 0x11, 0x22, 0x33, 0x44, 0x55, 0x66 };
            System.arraycopy(testMac, 0, src, srcIndex + 19, 6);
    
            // Statistics (6 bytes)
            byte[] testStats = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06 };
            System.arraycopy(testStats, 0, src, srcIndex + 25, 6);
    
            int result = response.readRDataWireFormat(src, srcIndex);
            assertEquals(31, result);
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 19.3K bytes
    - Viewed (0)
Back to top