Show / Hide Table of Contents

Struct FastBit.Ushort

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 Ushort

Constructors

| Improve this Doc View Source

Ushort(Byte, Byte)

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

Ushort(UInt16)

Declaration
public Ushort(ushort Aushort)
Parameters
Type Name Description
System.UInt16 Aushort

Fields

| Improve this Doc View Source

Aushort

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

Read(Byte[], Int32, Endianness)

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