- NetS16
alias NetS16 = Integer!(short, networkOrder)
Undocumented in source.
- NetS32
alias NetS32 = Integer!(int, networkOrder)
Undocumented in source.
- NetS64
alias NetS64 = Integer!(long, networkOrder)
Undocumented in source.
- NetS8
alias NetS8 = Integer!(byte, networkOrder)
Undocumented in source.
- NetU16
alias NetU16 = Integer!(ushort, networkOrder)
Undocumented in source.
- NetU32
alias NetU32 = Integer!(uint, networkOrder)
Undocumented in source.
- NetU64
alias NetU64 = Integer!(ulong, networkOrder)
Undocumented in source.
- NetU8
alias NetU8 = Integer!(ubyte, networkOrder)
Undocumented in source.
- S16
alias S16 = Integer!(short, hostOrder)
Undocumented in source.
- S32
alias S32 = Integer!(int, hostOrder)
Undocumented in source.
- S64
alias S64 = Integer!(long, hostOrder)
Undocumented in source.
- S8
alias S8 = Integer!(byte, hostOrder)
Undocumented in source.
- Serial16
alias Serial16 = SerialInteger!ushort
Undocumented in source.
- Serial32
alias Serial32 = SerialInteger!uint
Undocumented in source.
- Serial8
alias Serial8 = SerialInteger!ubyte
Undocumented in source.
- U16
alias U16 = Integer!(ushort, hostOrder)
Undocumented in source.
- U32
alias U32 = Integer!(uint, hostOrder)
Undocumented in source.
- U64
alias U64 = Integer!(ulong, hostOrder)
Undocumented in source.
- U8
alias U8 = Integer!(ubyte, hostOrder)
Undocumented in source.