The following tables list the members exposed by PenId.
|
Name |
Description |
|
The unsigned long that uniquely identifies a smartpen. | |
|
Number is not a valid Smartpen ID. | |
|
Length of the pen serial string. |
|
Name |
Description |
|
Converts a 64-bit pen id to its string representation (called the pen serial). For example: AAA-AAA-AAA-AA. | |
|
This is the overview for the PenId constructor overload. | |
|
Converts a pen serial to a 64 bit number. | |
|
|
|
Name |
Description |
|
Implicit cast of a PenId object to a ulong. You can use a PenId object wherever a ulong is required--without needing to perform an explicit cast. This simplifies your code. |