# ToCoNet\_u32GetVersion()

## 解説

ライブラリのバージョンを取得します。

以下の３関数が利用できます。

```
ToCoNet_u32GetVersion() .. 基本ライブラリ
ToCoNet_u32GetVersion_LibEx() .. EXT
ToCoNet_u32GetVersion_LibUtils() .. UTILS
```

## 引数

なし

## 戻り値

| 型        | 詳細                                                 |
| -------- | -------------------------------------------------- |
| `uint32` | バージョン番号 `0x00XXYYZZ` (XX:メジャー番号 YY:マイナー番号 ZZ:派生番号) |

## サンプル

```c
uint32 u32ver = ToCoNet_u32GetVersion();
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.twelite.info/twelite-net-api-ref/twelite-net-guan-shu/toconet_u32getversion.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
