Serial pin change


Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Class SerialPinChangedEventArgs
    Inherits EventArgs
C#
public class SerialPinChangedEventArgs : EventArgs
C++
ref class SerialPinChangedEventArgs : EventArgs
J#
public class SerialPinChangedEventArgs extends EventArgs
JScript
public class SerialPinChangedEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
   System.EventArgs
      PalmSens.Comm.Streams.SerialPinChangedEventArgs

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also