Show / Hide Table of Contents

Struct FastBit.Uint

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SCTP4CS.Utils
Assembly: SIPSorcery.dll
Syntax
public struct Uint

Constructors

| Improve this Doc View Source

Uint(Byte, Byte, Byte, Byte)

Declaration
public Uint(byte b0, byte b1, byte b2, byte b3)
Parameters
Type Name Description
System.Byte b0
System.Byte b1
System.Byte b2
System.Byte b3
| Improve this Doc View Source

Uint(UInt32)

Declaration
public Uint(uint Auint)
Parameters
Type Name Description
System.UInt32 Auint

Fields

| Improve this Doc View Source

Auint

Declaration
public uint Auint
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

b0

Declaration
public byte b0
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b1

Declaration
public byte b1
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b2

Declaration
public byte b2
Field Value
Type Description
System.Byte
| Improve this Doc View Source

b3

Declaration
public byte b3
Field Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

GetReversed()

Declaration
public uint GetReversed()
Returns
Type Description
System.UInt32
| Improve this Doc View Source

Read(Byte[], Int32, Endianness)

Declaration
public uint Read(byte[] buffer, int offset, Endianness endianness)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
Endianness endianness
Returns
Type Description
System.UInt32
| Improve this Doc View Source

Write(Byte[], Int32, Endianness)

Declaration
public void Write(byte[] buffer, int offset, Endianness endianness)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
Endianness endianness

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX