com.apamax.matlab
Event GetMatrixResponse


Validation of GetMatrixRequest.
Member summary
 stringsessionID

The unique ID of the used session.
 stringmessageID

Shows the order in which the events are routed.
 sequence<sequence<float>>values

Values of the MATLAB sequence.
 booleansuccess

True if matrix was retrieved successfully.
 stringerror

If success = false, error will contain the error message.
 
Member detail

error

            string error
        
If success = false, error will contain the error message.

messageID

            string messageID
        
Shows the order in which the events are routed.

sessionID

            string sessionID
        
The unique ID of the used session.

success

            boolean success
        
True if matrix was retrieved successfully.

values

            sequence<sequence<float>> values
        
Values of the MATLAB sequence.