Show / Hide Table of Contents

Struct FastBit.Int

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 Int

Constructors

| Improve this Doc View Source

Int(Byte, Byte, Byte, Byte)

Declaration
public Int(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

Int(Int32)

Declaration
public Int(int Aint)
Parameters
Type Name Description
System.Int32 Aint

Fields

| Improve this Doc View Source

Aint

Declaration
public int Aint
Field Value
Type Description
System.Int32
| 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 int GetReversed()
Returns
Type Description
System.Int32
| Improve this Doc View Source

Read(Byte[], Int32, Endianness)

Declaration
public int Read(byte[] buffer, int offset, Endianness endianness)
Parameters
Type Name Description
System.Byte[] buffer
System.Int32 offset
Endianness endianness
Returns
Type Description
System.Int32
| 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