Class GetMapReply
java.lang.Object
com.github.moaxcp.x11client.protocol.xkb.GetMapReply
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()boolean@NonNull List<ActionUnion>@NonNull List<SetBehavior>byte@NonNull List<SetExplicit>bytebytebytebytebytebytebytebytebytebytebytebytebytedefault StringshortshortintgetSize()length of object expressed in units of 4 bytesshortbyte@NonNull List<KeyVModMap>inthashCode()booleanisPresentEnabled(@NonNull MapPart... maskEnums) static GetMapReplyreadGetMapReply(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
-
readGetMapReply
public static GetMapReply readGetMapReply(byte deviceID, short sequenceNumber, X11Input in) throws IOException - Throws:
IOException
-
write
- Specified by:
writein interfaceXReply- Throws:
IOException
-
isPresentEnabled
-
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
-
getMinKeyCode
public byte getMinKeyCode() -
getMaxKeyCode
public byte getMaxKeyCode() -
getPresent
public short getPresent() -
getFirstType
public byte getFirstType() -
getTotalTypes
public byte getTotalTypes() -
getFirstKeySym
public byte getFirstKeySym() -
getTotalSyms
public short getTotalSyms() -
getFirstKeyAction
public byte getFirstKeyAction() -
getFirstKeyBehavior
public byte getFirstKeyBehavior() -
getNKeyBehaviors
public byte getNKeyBehaviors() -
getFirstKeyExplicit
public byte getFirstKeyExplicit() -
getNKeyExplicit
public byte getNKeyExplicit() -
getFirstModMapKey
public byte getFirstModMapKey() -
getNModMapKeys
public byte getNModMapKeys() -
getFirstVModMapKey
public byte getFirstVModMapKey() -
getNVModMapKeys
public byte getNVModMapKeys() -
getTypesRtrn
-
getSymsRtrn
-
getActsRtrnCount
-
getActsRtrnActs
-
getBehaviorsRtrn
-
getVmodsRtrn
-
getExplicitRtrn
-
getModmapRtrn
-
getVmodmapRtrn
-
equals
-
hashCode
public int hashCode() -
toString
-
getPluginName
- Specified by:
getPluginNamein interfaceXObject
-