Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
StylusDataBase.VerifyPacketData Method |
Packet data validation called when the object is initialized.
Definition
Visual Basic .NET Overridable Protected Sub VerifyPacketData( _
ByVal packetPropertyCount As Integer, _
ByVal packetData() As Integer _
)C# protected virtual void VerifyPacketData(
int packetPropertyCount,
int[] packetData
);Managed C++ protected: virtual void VerifyPacketData(
int *packetPropertyCount,
int *packetData __gc[]
);
Parameters
packetPropertyCount System.Int32. packetData System.Int32[].
Exceptions
ArgumentException
: One of the parameters is not valid.
ArgumentException: One of the parameters is not valid.
ArgumentNullException:
ArgumentOutOfRangeException: