Class PerClientFlags
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.PerClientFlags
- All Implemented Interfaces:
TwoWayRequest<PerClientFlagsReply>,XObject,XRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintintintintshortbytedefault StringintgetSize()length of object expressed in units of 4 bytesintgetValue()inthashCode()booleanisAutoCtrlsEnabled(@NonNull BoolCtrl... maskEnums) booleanisAutoCtrlsValuesEnabled(@NonNull BoolCtrl... maskEnums) booleanisChangeEnabled(@NonNull PerClientFlag... maskEnums) booleanisCtrlsToChangeEnabled(@NonNull BoolCtrl... maskEnums) booleanisValueEnabled(@NonNull PerClientFlag... maskEnums) static PerClientFlagstoString()void
-
Field Details
-
OPCODE
public static final byte OPCODE- See Also:
-
-
Method Details
-
getReplyFunction
- Specified by:
getReplyFunctionin interfaceTwoWayRequest<PerClientFlagsReply>
-
getOpCode
public byte getOpCode() -
readPerClientFlags
- Throws:
IOException
-
write
- Specified by:
writein interfaceXRequest- Throws:
IOException
-
isChangeEnabled
-
isValueEnabled
-
isCtrlsToChangeEnabled
-
isAutoCtrlsEnabled
-
isAutoCtrlsValuesEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getDeviceSpec
public short getDeviceSpec() -
getChange
public int getChange() -
getValue
public int getValue() -
getCtrlsToChange
public int getCtrlsToChange() -
getAutoCtrls
public int getAutoCtrls() -
getAutoCtrlsValues
public int getAutoCtrlsValues() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-