Show / Hide Table of Contents

Struct FastBit.Char

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 Char

Constructors

| Improve this Doc View Source

Char(Byte, Byte)

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

Char(Char)

Declaration
public Char(char Achar)
Parameters
Type Name Description
System.Char Achar

Fields

| Improve this Doc View Source

Achar

Declaration
public char Achar
Field Value
Type Description
System.Char
| 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

Methods

| Improve this Doc View Source

GetReversed()

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

Read(Byte[], Int32, Endianness)

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