Check the license of the connected device.


Namespace: PalmSens.Comm
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Sub VerifyLicense( _ 
   <OutAttribute> ByRef SerialNo As Long,  _ 
   <OutAttribute> ByRef valid As Boolean _ 
)
C#
public void VerifyLicense(
   out long SerialNo,
   out bool valid
)
C++
public:
 void VerifyLicense(
   [OutAttribute] __int64% SerialNo,
   [OutAttribute] bool% valid
) sealed 
J#
public void VerifyLicense(
   /** @attribute OutAttribute() */ /** @ref */ long SerialNo,
   /** @attribute OutAttribute() */ /** @ref */ bool valid
)
JScript
public  function VerifyLicense(
   OutAttribute SerialNo : long,
   OutAttribute valid : bool
)

Parameters

SerialNo
set to read serial number.
valid
whether the license is valid

See Also