Class SoRemoteVizClient.FrameEventArg

    • Constructor Detail

      • FrameEventArg

        public FrameEventArg​(SoRemoteVizClient source,
                             long id,
                             long dataLength,
                             boolean isLossless,
                             java.lang.String message)
        Default constructor.
    • Method Detail

      • getDataLength

        public long getDataLength()
        Returns the frame data length.
      • isLossless

        public boolean isLossless()
        Returns if the frame encoding is lossless.
      • getId

        public long getId()
        Returns the frame ID.
      • getMessage

        public java.lang.String getMessage()
        Returns the attached message.