EC_METHOD_get_field_type

Returns the field type of the EC_METHOD.

extern (C) nothrow @nogc
int
EC_METHOD_get_field_type
(
const(.EC_METHOD)* meth
)

Parameters

meth const(.EC_METHOD)*

EC_METHOD object

Return Value

Type: int

NID of the underlying field type OID.

Meta