StylusDataBase.SetData Method
StylusDataBase.SetData Method |
Replaces the packet data with the data argument
Visual Basic .NET Overridable Public Sub SetData( _
ByVal value() As Integer _
)C# public virtual void SetData(
int[] value
);Managed C++ public: virtual void SetData(
int *value __gc[]
);
value System.Int32[]. Integer array containing the new packet data.
ArgumentException: One of the parameters is not valid.
ArgumentException: One of the parameters is not valid.
ArgumentNullException:
ArgumentOutOfRangeException:
Call this method with
nullas the argument to cancel the packet.
Show:
: One of the parameters is not valid.