Discuss this help topic in SecureBlackbox Forum

TElECPointsSSLExtension.GetPointType

TElECPointsSSLExtension     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether point format is supported or not.

Declaration

[C#]
    bool GetPointType(byte Point);

[VB.NET]
    Function GetPointType(ByVal Point As Byte) As Boolean

[Pascal]
    function GetPointType(const Point : byte) : boolean;

[C++]
    bool GetPointType(uint8_t Point);

[PHP]
    bool GetPointType(integer $Point)

[Java]
    boolean getPointType(byte arg0);

Parameters

  • Point - the desired point format.

Possible values:

Return value

    Returns True if the format is supported, and False otherwise.

Description

    Use this method to check if certain point format is supported.

See also:     SetPointType    

Discuss this help topic in SecureBlackbox Forum