Represents one block of data from the PalmSens Firmware


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

Syntax

Visual Basic (Declaration)
Public Class Firmware.Block
C#
public class Firmware.Block
C++
ref class Firmware.Block
J#
public class Firmware.Block
JScript
public class Firmware.Block

Inheritance Hierarchy

System.Object
   PalmSens.Comm.Firmware.Block

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