Class PerClientFlagsReply
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.PerClientFlagsReply
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintintbytedefault StringshortintgetSize()length of object expressed in units of 4 bytesintintgetValue()inthashCode()booleanisAutoCtrlsEnabled(@NonNull BoolCtrl... maskEnums) booleanisAutoCtrlsValuesEnabled(@NonNull BoolCtrl... maskEnums) booleanisSupportedEnabled(@NonNull PerClientFlag... maskEnums) booleanisValueEnabled(@NonNull PerClientFlag... maskEnums) static PerClientFlagsReplyreadPerClientFlagsReply(byte deviceID, short sequenceNumber, X11Input in) toString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.moaxcp.x11client.protocol.XReply
getLength, getResponseCode
-
Method Details
-
readPerClientFlagsReply
public static PerClientFlagsReply readPerClientFlagsReply(byte deviceID, short sequenceNumber, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXReply- Throws:
IOException
-
isSupportedEnabled
-
isValueEnabled
-
isAutoCtrlsEnabled
-
isAutoCtrlsValuesEnabled
-
getSize
public int getSize()Description copied from interface:XObjectlength of object expressed in units of 4 bytes -
builder
-
getDeviceID
public byte getDeviceID() -
getSequenceNumber
public short getSequenceNumber()- Specified by:
getSequenceNumberin interfaceXResponse
-
getSupported
public int getSupported() -
getValue
public int getValue() -
getAutoCtrls
public int getAutoCtrls() -
getAutoCtrlsValues
public int getAutoCtrlsValues() -
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-