StylusDataBase.SetData Method
StylusDataBase.SetData Method |
Replaces the packet data with the data argument
Definition
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[]
);
Parameters
value System.Int32[]. Integer array containing the new packet data.
Exceptions
ArgumentException : One of the parameters is not valid.
ArgumentException : One of the parameters is not valid.
ArgumentNullException :
ArgumentOutOfRangeException :
Remarks
Call this method with
null
as the argument to cancel the packet.