Serialio
Interface ErrorStatusHandler


public interface ErrorStatusHandler

Interface for watching receive stream

  • Copyright (c) 2004 Serialio.com, All Rights Reserved.


    Method Summary
     void sioErrorEvent(int mid)
              Receives notification when native code returns an error status code and a handler has been registered.
     

    Method Detail

    sioErrorEvent

    public void sioErrorEvent(int mid)
    Receives notification when native code returns an error status code and a handler has been registered.

    Parameters:
    mid - The method ID for the method generating the error.