Class UpdateMachineAuthCallback

  • All Implemented Interfaces:
    ICallbackMsg

    public class UpdateMachineAuthCallback
    extends CallbackMsg
    This callback is received when the backend wants the client to update it's local machine authentication data.
    • Constructor Detail

      • UpdateMachineAuthCallback

        public UpdateMachineAuthCallback​(JobID jobID,
                                         in.dragonbra.javasteam.protobufs.steamclient.SteammessagesClientserver2.CMsgClientUpdateMachineAuth.Builder msg)
    • Method Detail

      • getData

        public byte[] getData()
        Returns:
        the sentry file data that should be written.
      • getBytesToWrite

        public int getBytesToWrite()
        Returns:
        the number of bytes to write.
      • getOffset

        public int getOffset()
        Returns:
        the offset to write to.
      • getFileName

        public java.lang.String getFileName()
        Returns:
        the name of the sentry file to write.