FileDocCategorySizeDatePackage
SmbComLogoffAndX.javaAPI DocJCIFS 1.3.17 API1576Tue Oct 18 15:26:24 BST 2011jcifs.smb

SmbComLogoffAndX

public class SmbComLogoffAndX extends AndXServerMessageBlock

Fields Summary
Constructors Summary
SmbComLogoffAndX(ServerMessageBlock andx)

        super( andx );
        command = SMB_COM_LOGOFF_ANDX;
    
Methods Summary
intreadBytesWireFormat(byte[] buffer, int bufferIndex)

        return 0;
    
intreadParameterWordsWireFormat(byte[] buffer, int bufferIndex)

        return 0;
    
public java.lang.StringtoString()

        return new String( "SmbComLogoffAndX[" +
            super.toString() + "]" );
    
intwriteBytesWireFormat(byte[] dst, int dstIndex)

        return 0;
    
intwriteParameterWordsWireFormat(byte[] dst, int dstIndex)

        return 0;