Obtain firmare from the web.


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

Syntax

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

Inheritance Hierarchy

System.Object
   PalmSens.Comm.Firmware
      PalmSens.Comm.WebFirmware

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