public static enum SMB2IoctlRequest.ControlCode extends java.lang.Enum<SMB2IoctlRequest.ControlCode> implements EnumWithValue<SMB2IoctlRequest.ControlCode>
EnumWithValue.EnumUtils| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static SMB2IoctlRequest.ControlCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMB2IoctlRequest.ControlCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SMB2IoctlRequest.ControlCode FSCTL_DFS_GET_REFERRALS
public static final SMB2IoctlRequest.ControlCode FSCTL_PIPE_PEEK
public static final SMB2IoctlRequest.ControlCode FSCTL_PIPE_WAIT
public static final SMB2IoctlRequest.ControlCode FSCTL_PIPE_TRANSCEIVE
public static final SMB2IoctlRequest.ControlCode FSCTL_SRV_COPYCHUNK
public static final SMB2IoctlRequest.ControlCode FSCTL_SRV_ENUMERATE_SNAPSHOTS
public static final SMB2IoctlRequest.ControlCode FSCTL_SRV_REQUEST_RESUME_KEY
public static final SMB2IoctlRequest.ControlCode FSCTL_SRV_READ_HASH
public static final SMB2IoctlRequest.ControlCode FSCTL_SRV_COPYCHUNK_WRITE
public static final SMB2IoctlRequest.ControlCode FSCTL_LMR_REQUEST_RESILIENCY
public static final SMB2IoctlRequest.ControlCode FSCTL_QUERY_NETWORK_INTERFACE_INFO
public static final SMB2IoctlRequest.ControlCode FSCTL_SET_REPARSE_POINT
public static final SMB2IoctlRequest.ControlCode FSCTL_DFS_GET_REFERRALS_EX
public static final SMB2IoctlRequest.ControlCode FSCTL_FILE_LEVEL_TRIM
public static final SMB2IoctlRequest.ControlCode FSCTL_VALIDATE_NEGOTIATE_INFO
public static SMB2IoctlRequest.ControlCode[] values()
for (SMB2IoctlRequest.ControlCode c : SMB2IoctlRequest.ControlCode.values()) System.out.println(c);
public static SMB2IoctlRequest.ControlCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic long getValue()
getValue in interface EnumWithValue<SMB2IoctlRequest.ControlCode>