Class PenStatusReceivedEventArgs
Contains properties that status and setting of pen for the PenStatusReceived
Inherited Members
Namespace: Neosmartpen.Net
Assembly: Neosmartpen.Net.dll
Syntax
public sealed class PenStatusReceivedEventArgs
Properties
| Edit this page View SourceAccelerationMode
Gets the status of the acceleration sensor property
Declaration
public bool AccelerationMode { get; }
Property Value
Type | Description |
---|---|
bool |
AutoPowerOn
Gets the power-on setting when the pen tip is pressed
Declaration
public bool AutoPowerOn { get; }
Property Value
Type | Description |
---|---|
bool |
AutoShutdownTime
Gets the power-off setting when there is no input for a certain period of time
Declaration
public short AutoShutdownTime { get; }
Property Value
Type | Description |
---|---|
short |
Battery
Gets battery status of pen
Declaration
public int Battery { get; }
Property Value
Type | Description |
---|---|
int |
Beep
Gets the status of the beep sound property
Declaration
public bool Beep { get; }
Property Value
Type | Description |
---|---|
bool |
HoverMode
Declaration
public bool HoverMode { get; }
Property Value
Type | Description |
---|---|
bool |
Locked
Gets the status of pen's authorization
true if pen is locked, otherwise false
Declaration
public bool Locked { get; }
Property Value
Type | Description |
---|---|
bool |
MaxForce
Gets maximum level of force sensor
Declaration
public int MaxForce { get; }
Property Value
Type | Description |
---|---|
int |
ModelName
Model Name
This property use in protocol ver 1
Declaration
public string ModelName { get; }
Property Value
Type | Description |
---|---|
string |
PasswordMaxRetryCount
Gets the maximum password input count
Declaration
public int PasswordMaxRetryCount { get; }
Property Value
Type | Description |
---|---|
int |
PasswordRetryCount
Gets the current password input count
Declaration
public int PasswordRetryCount { get; }
Property Value
Type | Description |
---|---|
int |
PenCapPower
Gets the property that can be control by cap of pen
Declaration
public bool PenCapPower { get; }
Property Value
Type | Description |
---|---|
bool |
PenColor
Gets color of pen's led
Declaration
public int PenColor { get; }
Property Value
Type | Description |
---|---|
int |
PenSensitivity
Gets the value of the pen's sensitivity property that controls the force sensor of pen
Declaration
public short PenSensitivity { get; }
Property Value
Type | Description |
---|---|
short |
TimeOffset
timestamp offset
In most cases, you can ignore it
Declaration
public int TimeOffset { get; }
Property Value
Type | Description |
---|---|
int |
Timestamp
Gets RTC millisecond timestamp of pen (from 1970-01-01)
Declaration
public long Timestamp { get; }
Property Value
Type | Description |
---|---|
long |
UseOfflineData
Gets the usage of offline data
true if offline data available, otherwise false
Declaration
public bool UseOfflineData { get; }
Property Value
Type | Description |
---|---|
bool |
UsedMem
Gets status of pen's storage
Declaration
public int UsedMem { get; }
Property Value
Type | Description |
---|---|
int |