Class SoRemoteVizClient.ServiceMessageEventArg

    • Method Detail

      • getRenderAreaSize

        public SbVec2s getRenderAreaSize()
        Returns the renderArea size.
      • getDetails

        public java.lang.String getDetails()
        Returns details of the event. If State is equal to DISCONNECTED: This parameter is the disconnected reason. It can take the following values "DISPOSED", "REFUSED", "KICKED" and "NETWORKFAILURE". If State is equal to FINISH_BANDWIDTH_CALIBRATION: This parameter is the network bandwidth calibration value (in bit/s). Else if State is equal to FINISH_LATENCY_CALIBRATION: This parameter is the network latency calibration value (in ms). Else this parameter is empty.