Helper class for generating protocol data for the PalmSens This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Namespace:
PalmSens
Assembly: PalmSens (in PalmSens.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public MustInherit Class EncodedMethod |
| C# |
|---|
| public abstract class EncodedMethod |
| C++ |
|---|
| ref class EncodedMethod abstract |
| J# |
|---|
| public class EncodedMethod |
| JScript |
|---|
| public class EncodedMethod |
Inheritance Hierarchy
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