Show / Hide Table of Contents

Struct FastBit.Short

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 Short

Constructors

| Improve this Doc View Source

Short(Byte, Byte)

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

Short(Int16)

Declaration
public Short(short Ashort)
Parameters
Type Name Description
System.Int16 Ashort

Fields

| Improve this Doc View Source

Ashort

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

Read(Byte[], Int32, Endianness)

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