arrowflight.types
D types for arrowflight1 library
Types 1
aliasHeaderFunc = void delegate(string name, string value)
It is called with each header name/value pair, together with the user_data parameter which is passed to [arrowflight.call_options.CallOptions.foreachHeader] and so on.
Parameters
name | A header name. |
value | The value corresponding to the name. |
Variables 4
enumvar
VERSION_MAJOR = 19The major version.
enumvar
VERSION_MICRO = 0The micro version.
enumvar
VERSION_MINOR = 0The minor version.
enumvar
VERSION_TAG = ""The version tag. Normally, it's an empty string. It's "SNAPSHOT" for snapshot version.