関数名 Function name |
機能・用途 Purpose |
win_binary2unsigned_long 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_LONG_BYTEバイト以内のバイナリデータを
unsigned long型変数に変換する。 Convert a binary data of WIN format less than or equal to MINIMUM_LONG_BYTE bytes to an unsigned long-type variable. |
win_binary2long 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_LONG_BYTEバイト以内のバイナリデータを
long型変数に変換する。 Convert binary data of WIN format less than or equal to MINIMUM_LONG_BYTE bytes to a long-type variable. |
win_binary2unsigned_short 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_SHORT_BYTEバイト以内のバイナリデータを
unsigned short型変数に変換する。 Convert binary data of WIN format less than or equal to MINIMUM_SHORT_BYTE bytes to an unsigned short-type variable. |
win_binary2short 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_SHORT_BYTEバイト以内のバイナリデータを
short型変数に変換する。 Convert binary data of WIN format less than or equal to MINIMUM_SHORT_BYTE bytes to a short-type variable. |
win_binary2unsigned_long__selectBit 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_LONG_BYTEバイト以内のバイナリデータ
の一部分(ビット範囲で指定)を
unsigned long型変数に変換する。 Convert a part of bindary data of WIN format less than or equal to MINIMUM_LONG_BYTE bytes, specified by a range of bits, to an unsigned long-type variable. |
win_binary2long__selectBit 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_LONG_BYTEバイト以内のバイナリデータ
の一部分(ビット範囲で指定)を
long型変数に変換する。 Convert a part of bindary data of WIN format less than or equal to MINIMUM_LONG_BYTE bytes, specified by a range of bits, to a long-type variable. |
win_binary2unsigned_short__selectBit 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_SHORT_BYTEバイト以内のバイナリデータ
の一部分(ビット範囲で指定)を
unsigned short型変数に変換する。 Convert a part of bindary data of WIN format less than or equal to MINIMUM_SHORT_BYTE bytes, specified by a range of bits, to an unsigned short-type variable. |
win_binary2short__selectBit 【マニュアル改訂中につき非公開】 [Documentation is not open as it is under revision] |
WIN形式で書かれたMINIMUM_SHORT_BYTEバイト以内のバイナリデータ
の一部分(ビット範囲で指定)を
short型変数に変換する。 Convert a part of bindary data of WIN format less than or equal to MINIMUM_SHORT_BYTE bytes, specified by a range of bits, to a short-type variable. |