bt

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 20, 2023 License: GPL-3.0 Imports: 1 Imported by: 2

README

Basic Types

A collection of common sense basic types.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Byte added in v0.8.3

type Byte = byte

Byte is a byte type.

type DWord

type DWord = uint32

DWord is the double word type. It is a 32-bit unsigned integer. DWORD type in the open specification by Microsoft: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2

type Double added in v0.8.3

type Double = float64

Double is a 64-bit floating point number.

type Float added in v0.8.3

type Float = float32

Float is a 32-bit floating point number.

type Rational added in v0.8.3

type Rational = *big.Rat

Rational is a rational type.

type SByte added in v0.8.3

type SByte = int8

SByte means a signed byte type.

type SLong added in v0.8.3

type SLong = int32

SLong means a signed long type.

type SShort added in v0.8.3

type SShort = int16

SShort means a signed short type.

type UByte added in v0.8.3

type UByte = uint8

UByte means an unsigned byte type.

type ULong added in v0.8.3

type ULong = uint32

ULong means an unsigned long type.

type UShort added in v0.8.3

type UShort = uint16

UShort means an unsigned short type.

type UnixTimeStamp added in v0.8.5

type UnixTimeStamp = int64

type Word

type Word = uint16

Word is the word type. It is a 16-bit unsigned integer. WORD type in the open specification by Microsoft: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/f8573df3-a44a-4a50-b070-ac4c3aa78e3c

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL