|
GRASS 8 Programmer's Manual 8.6.0dev(2026)-b0a6d7703c
|
DBMI Library (base) - external data representation (token) More...
#include <grass/dbmi.h>
Go to the source code of this file.
Functions | |
| int | db__send_token (dbToken *token) |
| Send token. | |
| int | db__recv_token (dbToken *token) |
| Receive token. | |
DBMI Library (base) - external data representation (token)
SPDX-FileCopyrightText: 1999-2009, 2011 GRASS Development Team SPDX-License-Identifier: GPL-2.0-or-later
Definition in file xdrtoken.c.
Receive token.
| token |
Definition at line 34 of file xdrtoken.c.
References db__recv_int().
Send token.
| token |
Definition at line 22 of file xdrtoken.c.
References db__send_int().